Update configuration.yml

add pw policy
This commit is contained in:
LRVT 2023-03-05 16:07:52 +01:00 committed by L4RM4ND
parent efd2d6a3bd
commit 0b246eace3

View File

@ -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