Commit 90d41b99 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '6053-add-support-for-initials-ldap-field-on-users' into '1.4-dev'

Resolve "Add support for initials LDAP field on users"

See merge request fusiondirectory/fd!718
Showing with 5 additions and 0 deletions
+5 -0
......@@ -99,6 +99,11 @@ class user extends simplePlugin
'givenName', TRUE,
'', '', '/^[^,+"?()=<>;\\\\]+$/'
),
new StringAttribute(
_('Initials'), _('The initials of some or all of the individual\'s names, but not the surname(s)'),
'initials', FALSE,
'', '', '/^[^,+"?()=<>;\\\\]+$/'
),
new TextAreaAttribute(
_('Description'), _('Short description of the user'),
'description', FALSE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment