From: skodak Date: Mon, 26 Mar 2007 19:00:51 +0000 (+0000) Subject: MDL-9053 - detect + fix broken $CFG->auth setting from the login page. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=436dc27061d576bc25bfdccba4b90094af4c4176;p=moodle.git MDL-9053 - detect + fix broken $CFG->auth setting from the login page. --- diff --git a/login/index.php b/login/index.php index 03068a6c9d..f1151ca17c 100644 --- a/login/index.php +++ b/login/index.php @@ -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(); }