MDL-12689 auth_shibboleth: No remote updates

This commit is contained in:
David Monllao 2017-04-06 15:50:06 +02:00
parent 92fe5da36d
commit 2a69ffd212

View File

@ -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());
} }