AY's Macbook Pro 3 роки тому
батько
коміт
700ea1297b
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      mod/auth/ldap/ldap.go

+ 1 - 2
mod/auth/ldap/ldap.go

@@ -466,8 +466,7 @@ func (ldap *ldapHandler) HandleSetPassword(w http.ResponseWriter, r *http.Reques
 			ldap.ag.CreateUserAccount(username, password, convertedInfo.EquivGroup)
 			ldap.ag.Logger.LogAuth(r, true)
 			ldap.ag.LoginUserByRequest(w, r, username, false)
-			http.Redirect(w, r, "index.html", 301)
-			//common.SendOK(w)
+			common.SendOK(w)
 			return
 		} else {
 			//if exist then return error