Working on signup workfow
This commit is contained in:
parent
6c0ab5cd7b
commit
71dcac4a77
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ func passwordLost(user User, config *ConfigFile, ldapConn *ldap.Conn) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("passwordLost 83 : %v", err)
|
log.Printf("passwordLost 83 : %v", err)
|
||||||
log.Printf("passwordLost 84 : %v", user)
|
log.Printf("passwordLost 84 : %v", user)
|
||||||
|
|
||||||
|
log.Printf("passwordLost 84 : %v", addReq)
|
||||||
// // log.Printf("passwordLost 85 : %v", searchRes.Entries[0]))
|
// // log.Printf("passwordLost 85 : %v", searchRes.Entries[0]))
|
||||||
// // For some reason I get here even if the entry exists already
|
// // For some reason I get here even if the entry exists already
|
||||||
// return err
|
// return err
|
||||||
|
|
Loading…
Reference in a new issue