From 2fbd261d453eb5272b85cfe1fce710491baa5834 Mon Sep 17 00:00:00 2001 From: Vadim Dvorovenko Date: Thu, 15 Jan 2015 00:49:52 +0700 Subject: [PATCH] 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. --- lib/authlib.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/authlib.php b/lib/authlib.php index 50470a8dc0d..dc2ceb90f0c 100644 --- a/lib/authlib.php +++ b/lib/authlib.php @@ -116,7 +116,11 @@ class auth_plugin_base { 'department', 'phone1', 'phone2', - 'address' + 'address', + 'firstnamephonetic', + 'lastnamephonetic', + 'middlename', + 'alternatename' ); /**