From e1c7a43496c2b1f7342ce9e0eeb9510b4bcf2024 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 26 Feb 2021 23:43:29 +0100 Subject: [PATCH] fix ldap sync for disabled users, check if admin username is an email address, rename username to email --- assets/tpl/login.html | 5 ++--- internal/authentication/providers/password/provider.go | 7 +++++++ internal/common/configuration.go | 2 +- internal/server/ldapsync.go | 10 +++++----- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/assets/tpl/login.html b/assets/tpl/login.html index 7fb24ae..021b777 100644 --- a/assets/tpl/login.html +++ b/assets/tpl/login.html @@ -20,9 +20,8 @@