From c59bce33d9239f06adc0020571d0609f53faf37a Mon Sep 17 00:00:00 2001 From: sym Date: Fri, 15 May 2020 13:53:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03e9213..91cd873 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Only valid LDAP users or email users registered by an admin can login. This module authenticates against the local DB if `ALLOW_EMAIL_LOGIN` is set to `true` if this fails it tries to authenticate against the specified LDAP server. -*Therefore:* +*Note:* - LDAP Users can not change their password for the ldap username login. They have to change it at the ldap server. - LDAP Users can reset their local db password. Then they can decide if they login with either their ldap user and password or with their email and local db password. - Users can not change their email. The email address is taken from the ldap server (mail) field. (or by invitation through an admin).