--- admin/auth_config.php.orig 2007-12-11 12:09:40.000000000 +0300 +++ admin/auth_config.php 2007-12-11 11:53:23.000000000 +0300 @@ -49,7 +49,7 @@ $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 = get_string("auth_{$auth}title", "auth");