MDL-9053 - detect + fix broken $CFG->auth setting from the login page; backported from HEAD
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user