From df889ee2fe07c4ec4126734178859141d0781780 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Thu, 25 Nov 2021 10:13:21 +0100 Subject: [PATCH] authelia: Re-enable password reset --- example_configs/authelia_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example_configs/authelia_config.yml b/example_configs/authelia_config.yml index 03dcf1e..7855bbe 100644 --- a/example_configs/authelia_config.yml +++ b/example_configs/authelia_config.yml @@ -6,10 +6,10 @@ authentication_backend: - # Passwort reset through authelia does not work at the moment - disable_reset_password: true + # Password reset through authelia works normally. + disable_reset_password: false # How often authelia should check if there is an user update in LDAP - refresh_interval: 1m + refresh_interval: 1m ldap: implementation: custom # Pattern is ldap://HOSTNAME-OR-IP:PORT