2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

login options

This commit is contained in:
Matthias Mair 2021-09-08 08:01:37 +02:00
parent 0851a1c94d
commit 0b8211714f

View File

@ -129,6 +129,11 @@ Alternatively this location can be specified with the `INVENTREE_MEDIA_ROOT` env
### Login Options ### Login Options
The login-experience can be altered with the following settings:
| Environment Variable | Settings File | Description | Default |
| --- | --- | --- | --- |
| INVENTREE_LOGIN_CONFIRM_DAYS | login_confirm_days | Duration for which confirmation links are valid | 3 |
| INVENTREE_LOGIN_ATTEMPTS | login_attempts | Count of allowed login attempts before blocking user | 5 |
### Authentication Backends ### Authentication Backends