diff options
Diffstat (limited to 'invite.go')
-rw-r--r-- | invite.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ func tryCreateAccount(l *ldap.Conn, data *NewAccountData, pass1 string, pass2 st if checkFailed { return - } + } // Actually create user req := ldap.NewAddRequest(userDn, nil) |