[mod] role:authelia:Kennwort-Rücksetz-Funktion steuern

This commit is contained in:
Christian Fraß 2023-12-23 12:55:31 +01:00
parent c332923f65
commit 5c3f628e74
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@
"var_authelia_storage_data_mariadb_password": "REPLACE_ME", "var_authelia_storage_data_mariadb_password": "REPLACE_ME",
"var_authelia_storage_data_mariadb_schema": "authelia", "var_authelia_storage_data_mariadb_schema": "authelia",
"var_authelia_ntp_server": "time.cloudflare.com:123", "var_authelia_ntp_server": "time.cloudflare.com:123",
"var_authelia_password_reset_enabled": false,
"var_authelia_notification_mode": "smtp", "var_authelia_notification_mode": "smtp",
"var_authelia_notification_file_path": "/var/authelia/notifications", "var_authelia_notification_file_path": "/var/authelia/notifications",
"var_authelia_notification_smtp_host": "smtp.example.org", "var_authelia_notification_smtp_host": "smtp.example.org",

View file

@ -47,7 +47,7 @@
}, },
"authentication_backend": { "authentication_backend": {
"password_reset": { "password_reset": {
"disable": true, "disable": {{not var_authelia_password_reset_enabled | to_json}},
"custom_url": "" "custom_url": ""
}, },
"refresh_interval": "5m", "refresh_interval": "5m",