MDL-8968 no auth plugin broken; merged from MOODLE_18_STABLE

This commit is contained in:
skodak 2007-03-20 07:55:54 +00:00
parent 3887fe4acd
commit 376b3141e5

View File

@ -49,7 +49,7 @@ class auth_plugin_none {
if ($user = get_record('user', 'username', $username, 'mnethostid', $CFG->mnet_localhost_id)) {
return validate_internal_user_password($user, $password);
}
return false;
return true;
}
/**