]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12531 add institution to lockable fileds, thanks for your patch, Lgor Plisco
authordongsheng <dongsheng>
Wed, 26 Mar 2008 00:47:20 +0000 (00:47 +0000)
committerdongsheng <dongsheng>
Wed, 26 Mar 2008 00:47:20 +0000 (00:47 +0000)
admin/auth_config.php

index 50ca67ca890c2b8208a16f13ce0409c250ea7828..e8190c3e23d59f01d71c0b1a45ca924ea8d18ea8 100644 (file)
@@ -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();