Need to pass the password parameter to checkPassword
This commit is contained in:
parent
26f49de0dd
commit
eb563937df
@ -84,7 +84,7 @@ class LdapAuthenticationPlugin extends AuthenticationPlugin
|
|||||||
|
|
||||||
function checkPassword($username, $password)
|
function checkPassword($username, $password)
|
||||||
{
|
{
|
||||||
return $this->ldapCommon->checkPassword($username);
|
return $this->ldapCommon->checkPassword($username,$password);
|
||||||
}
|
}
|
||||||
|
|
||||||
function autoRegister($username, $nickname)
|
function autoRegister($username, $nickname)
|
||||||
|
Loading…
Reference in New Issue
Block a user