Implementing Activate User
This commit is contained in:
parent
54e68b9fe3
commit
de6303a973
1 changed files with 1 additions and 1 deletions
2
admin.go
2
admin.go
|
@ -1072,7 +1072,7 @@ func handleAdminCreate(w http.ResponseWriter, r *http.Request) {
|
||||||
// req.Attribute("description", []string{data.Description})
|
// req.Attribute("description", []string{data.Description})
|
||||||
}
|
}
|
||||||
|
|
||||||
addNewUser(newUser, config)
|
addNewUser(newUser, config, login.conn)
|
||||||
|
|
||||||
// err := login.conn.Add(req)
|
// err := login.conn.Add(req)
|
||||||
// // log.Printf(fmt.Sprintf("899: %v",err))
|
// // log.Printf(fmt.Sprintf("899: %v",err))
|
||||||
|
|
Loading…
Reference in a new issue