Fixed Change Password Bug
This commit is contained in:
parent
ca571fa687
commit
60b204b82f
1 changed files with 1 additions and 0 deletions
|
@ -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"], ""))
|
||||
|
|
Loading…
Reference in a new issue