mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-12689 auth_shibboleth: No remote updates
This commit is contained in:
parent
92fe5da36d
commit
2a69ffd212
@ -77,6 +77,6 @@ if ($ADMIN->fulltree) {
|
|||||||
// Display locking / mapping of profile fields.
|
// Display locking / mapping of profile fields.
|
||||||
$authplugin = get_auth_plugin($this->name);
|
$authplugin = get_auth_plugin($this->name);
|
||||||
display_auth_lock_options($settings, $authplugin->authtype, $authplugin->userfields,
|
display_auth_lock_options($settings, $authplugin->authtype, $authplugin->userfields,
|
||||||
'', true, true, $authplugin->get_custom_user_profile_fields());
|
'', true, false, $authplugin->get_custom_user_profile_fields());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user