diff --git a/auth/none/lib.php b/auth/none/lib.php index a1b3f100f01..483db5a9548 100644 --- a/auth/none/lib.php +++ b/auth/none/lib.php @@ -9,7 +9,7 @@ function auth_user_login ($username, $password) { return ($user->password == md5($password)); } - return false; + return true; }