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)
|
public function checkUser($login, $password, $key)
|
||||||
{
|
{
|
||||||
// implements with userProvider on subclass
|
// implements on subclass
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user