chore(authelia): authentication_backend.disable_password_reset was deprecated
This commit is contained in:
@ -105,7 +105,6 @@ authelia_config_ntp:
|
||||
authelia_config_authentication_backend: >-2
|
||||
{{
|
||||
{
|
||||
"disable_reset_password": authelia_config_authentication_backend_disable_reset_password,
|
||||
"refresh_interval": authelia_config_authentication_backend_refresh_interval,
|
||||
}
|
||||
| combine({"password_reset": authelia_config_authentication_backend_password_reset}
|
||||
@ -116,6 +115,7 @@ authelia_config_authentication_backend: >-2
|
||||
}}
|
||||
authelia_config_authentication_backend_password_reset:
|
||||
custom_url: "{{ authelia_config_authentication_backend_password_reset_custom_url }}"
|
||||
disable: "{{ authelia_config_authentication_backend_password_reset_disable }}"
|
||||
authelia_config_authentication_backend_ldap:
|
||||
implementation: "{{ authelia_config_authentication_backend_ldap_implementation }}"
|
||||
url: "{{ authelia_config_authentication_backend_ldap_url }}"
|
||||
|
Reference in New Issue
Block a user