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:
Vadim Dvorovenko 2015-01-15 00:49:52 +07:00
parent eb1dc9fab9
commit 2fbd261d45

View File

@ -116,7 +116,11 @@ class auth_plugin_base {
'department',
'phone1',
'phone2',
'address'
'address',
'firstnamephonetic',
'lastnamephonetic',
'middlename',
'alternatename'
);
/**