This commit is contained in:
@@ -111,7 +111,7 @@ func LoginCheck(username string, password string) (string, error) {
|
||||
}
|
||||
|
||||
// TODO : attempt ldap bind
|
||||
VerifyLdapCreds(username, password)
|
||||
//VerifyLdapCreds(username, password)
|
||||
|
||||
err = VerifyPassword(password, u.Password)
|
||||
|
||||
|
Reference in New Issue
Block a user