MDL-9053 - detect + fix broken $CFG->auth setting from the login page; backported from HEAD

This commit is contained in:
skodak
2007-03-26 19:01:41 +00:00
parent 00db7acb37
commit d71004a3a2
+1 -1
View File
@@ -76,7 +76,7 @@ $frm = false;
$user = false;
foreach($authsequence as $authname) {
// manual and auth is not processed here
// manual and nologin is not processed here
$authplugin = get_auth_plugin($authname);
$authplugin->prelogin_hook();
}