mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-42172 Authentification: Adding alternate names to "Lock user fields"
Adding alternate name fields (firstnamephonetic, lastnamephonetic, middlename, alternatename) to "Lock user fields" for all authentification plugins. This is needed to sync alternate name fields with external data sources and to lock them for editing.
This commit is contained in:
parent
eb1dc9fab9
commit
2fbd261d45
@ -116,7 +116,11 @@ class auth_plugin_base {
|
||||
'department',
|
||||
'phone1',
|
||||
'phone2',
|
||||
'address'
|
||||
'address',
|
||||
'firstnamephonetic',
|
||||
'lastnamephonetic',
|
||||
'middlename',
|
||||
'alternatename'
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user