MDL-8968 no auth plugin broken

This commit is contained in:
skodak
2007-03-20 07:54:39 +00:00
parent 0bd255acd7
commit f90d3476c6
+1 -1
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;
}
/**