From 19e4b8cb55a9f584d59ebffbcbf3fe12b773470e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 15 Nov 2024 19:07:15 +0000 Subject: [PATCH] changed Files: docker-compose/lldap/lldap_config.toml.j2 Signed-off-by: Michael Grote --- docker-compose/lldap/lldap_config.toml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose/lldap/lldap_config.toml.j2 b/docker-compose/lldap/lldap_config.toml.j2 index 39b2ef2c..942db5ad 100755 --- a/docker-compose/lldap/lldap_config.toml.j2 +++ b/docker-compose/lldap/lldap_config.toml.j2 @@ -18,6 +18,8 @@ database_url = "postgres://lldap:{{ lookup('viczem.keepass.keepass', 'lldap/llda key_seed = "{{ lookup('viczem.keepass.keepass', 'lldap/lldap_key_seed', 'password') }}" +force_ldap_user_pass_reset = always + [smtp_options] enable_password_reset=false server = "postfix"