disabling checkUser on Authentication class

This commit is contained in:
a-sansara 2017-03-15 10:49:16 +01:00
parent d5c94a1a5f
commit 4af88d5d6e

View File

@ -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;
} }
/*! /*!