Implementing Activate User
This commit is contained in:
parent
524608b0bb
commit
98529b19f4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ func handleInviteNewAccount(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
err = l.Bind(loginInfo.DN, loginInfo.Password)
|
||||
err = l.Bind(config.NewUserDN, config.NewUserPassword)
|
||||
|
||||
handleNewAccount(w, r, l, config.NewUserDN)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue