2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Add option to disable MFA (#7757)

* Add changes from https://github.com/inventree/InvenTree/pull/7747

* disable addition of factors

* rename variable
This commit is contained in:
Matthias Mair
2024-07-30 12:56:47 +02:00
committed by GitHub
parent 6c089d3869
commit 930356f32b
4 changed files with 22 additions and 1 deletions

View File

@ -297,6 +297,10 @@ Alternatively this location can be specified with the `INVENTREE_BACKUP_DIR` env
InvenTree provides allowance for additional sign-in options. The following options are not enabled by default, and care must be taken by the system administrator when configuring these settings.
| Environment Variable | Configuration File | Description | Default |
| --- | --- | --- | --- |
| INVENTREE_MFA_ENABLED | mfa_enabled | Enable or disable multi-factor authentication support for the InvenTree server | True |
### Single Sign On
Single Sign On (SSO) allows users to sign in to InvenTree using a third-party authentication provider. This functionality is provided by the [django-allauth](https://docs.allauth.org/en/latest/) package.