mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Fix for broken no authentication
This commit is contained in:
parent
1007a3f1a3
commit
6228b0320a
@ -9,7 +9,7 @@ function auth_user_login ($username, $password) {
|
||||
return ($user->password == md5($password));
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user