diff --git a/src/MetaTech/Silex/Ws/Authentication.php b/src/MetaTech/Silex/Ws/Authentication.php index 7a45157..83a4c29 100644 --- a/src/MetaTech/Silex/Ws/Authentication.php +++ b/src/MetaTech/Silex/Ws/Authentication.php @@ -77,8 +77,8 @@ class Authentication */ public function checkUser($login, $password, $key) { - // implements with userProvider on subclass - return true; + // implements on subclass + return false; } /*!