Fix for broken no authentication
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ function auth_user_login ($username, $password) {
|
||||
return ($user->password == md5($password));
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user