Need to pass the password parameter to checkPassword

This commit is contained in:
Craig Andrews 2010-03-22 16:04:06 -04:00
parent 26f49de0dd
commit eb563937df

View File

@ -84,7 +84,7 @@ class LdapAuthenticationPlugin extends AuthenticationPlugin
function checkPassword($username, $password)
{
return $this->ldapCommon->checkPassword($username);
return $this->ldapCommon->checkPassword($username,$password);
}
function autoRegister($username, $nickname)