Implementing Activate User
This commit is contained in:
parent
a55edcbbe1
commit
4e82eff6be
1 changed files with 1 additions and 1 deletions
2
admin.go
2
admin.go
|
@ -100,7 +100,7 @@ func handleAdminUnactivateUser(w http.ResponseWriter, r *http.Request) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
http.Redirect(w, r, "/admin/ldap/"+"cn="+cn+","+config.UserBaseDN, http.StatusFound)
|
http.Redirect(w, r, "/admin/ldap/"+"cn="+cn+","+config.InvitationBaseDN, http.StatusFound)
|
||||||
}
|
}
|
||||||
|
|
||||||
func handleAdminUsers(w http.ResponseWriter, r *http.Request) {
|
func handleAdminUsers(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
Loading…
Reference in a new issue