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:
+5
-1
@@ -116,7 +116,11 @@ class auth_plugin_base {
|
||||
'department',
|
||||
'phone1',
|
||||
'phone2',
|
||||
'address'
|
||||
'address',
|
||||
'firstnamephonetic',
|
||||
'lastnamephonetic',
|
||||
'middlename',
|
||||
'alternatename'
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user