From 60b204b82fa3fc69f20acb105401a7e92aa25656 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Mon, 24 Jul 2023 16:16:08 +0200 Subject: [PATCH] Fixed Change Password Bug --- profile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/profile.go b/profile.go index 235e06f..3cc5621 100644 --- a/profile.go +++ b/profile.go @@ -97,6 +97,7 @@ func handleProfile(w http.ResponseWriter, r *http.Request) { data.Surname = findUser.SN data.Description = findUser.Description data.Mail = findUser.Mail + data.Login = nil /* visible := strings.TrimSpace(strings.Join(r.Form["visibility"], ""))