mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-60968 auth: Allow more flexibility with mapping attributes
This commit is contained in:
parent
109aa07648
commit
b588373656
@ -1049,7 +1049,7 @@ function display_auth_lock_options($settings, $auth, $userfields, $helptext, $ma
|
||||
// We are mapping to a remote field here.
|
||||
// Mapping.
|
||||
$settings->add(new admin_setting_configtext("auth_{$auth}/field_map_{$field}",
|
||||
get_string('auth_fieldmapping', 'auth', $fieldname), '', '', PARAM_ALPHANUMEXT, 30));
|
||||
get_string('auth_fieldmapping', 'auth', $fieldname), '', '', PARAM_RAW, 30));
|
||||
|
||||
// Update local.
|
||||
$settings->add(new admin_setting_configselect("auth_{$auth}/field_updatelocal_{$field}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user