From d169515218283bf0f506e9135534f7bb8625e8da Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 26 Mar 2008 00:47:20 +0000 Subject: [PATCH] MDL-12531 add institution to lockable fileds, thanks for your patch, Lgor Plisco --- admin/auth_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/auth_config.php b/admin/auth_config.php index 50ca67ca89..e8190c3e23 100644 --- a/admin/auth_config.php +++ b/admin/auth_config.php @@ -50,7 +50,7 @@ if ($frm = data_submitted() and confirm_sesskey()) { $frm = get_config("auth/$auth"); } -$user_fields = array("firstname", "lastname", "email", "phone1", "phone2", "department", "address", "city", "country", "description", "idnumber", "lang"); +$user_fields = array("firstname", "lastname", "email", "phone1", "phone2", "institution", "department", "address", "city", "country", "description", "idnumber", "lang"); /// Get the auth title (from core or own auth lang files) $authtitle = $authplugin->get_title(); -- 2.39.5