Update configuration.yml
add pw policy
This commit is contained in:
parent
efd2d6a3bd
commit
0b246eace3
1 changed files with 10 additions and 0 deletions
|
|
@ -23,6 +23,16 @@ totp:
|
|||
# # This secret can also be set using the env variables AUTHELIA_DUO_API_SECRET_KEY_FILE
|
||||
# secret_key: 1234567890abcdefghifjkl
|
||||
|
||||
password_policy:
|
||||
standard:
|
||||
enabled: true
|
||||
min_length: 16
|
||||
max_length: 0
|
||||
require_uppercase: true
|
||||
require_lowercase: true
|
||||
require_number: true
|
||||
require_special: true
|
||||
|
||||
authentication_backend:
|
||||
file:
|
||||
path: /config/users_database.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue