From 436dc27061d576bc25bfdccba4b90094af4c4176 Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 26 Mar 2007 19:00:51 +0000 Subject: [PATCH] MDL-9053 - detect + fix broken $CFG->auth setting from the login page. --- login/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.5