[mod] role:authelia:Kennwort-Rücksetz-Funktion steuern
This commit is contained in:
parent
c332923f65
commit
5c3f628e74
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
|||
"var_authelia_storage_data_mariadb_password": "REPLACE_ME",
|
||||
"var_authelia_storage_data_mariadb_schema": "authelia",
|
||||
"var_authelia_ntp_server": "time.cloudflare.com:123",
|
||||
"var_authelia_password_reset_enabled": false,
|
||||
"var_authelia_notification_mode": "smtp",
|
||||
"var_authelia_notification_file_path": "/var/authelia/notifications",
|
||||
"var_authelia_notification_smtp_host": "smtp.example.org",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
"authentication_backend": {
|
||||
"password_reset": {
|
||||
"disable": true,
|
||||
"disable": {{not var_authelia_password_reset_enabled | to_json}},
|
||||
"custom_url": ""
|
||||
},
|
||||
"refresh_interval": "5m",
|
||||
|
|
Loading…
Add table
Reference in a new issue