disabling checkUser on Authentication class
This commit is contained in:
parent
d5c94a1a5f
commit
4af88d5d6e
|
@ -77,8 +77,8 @@ class Authentication
|
|||
*/
|
||||
public function checkUser($login, $password, $key)
|
||||
{
|
||||
// implements with userProvider on subclass
|
||||
return true;
|
||||
// implements on subclass
|
||||
return false;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue
Block a user