Unverified Commit 47065b73 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(user) Add initials field to user edition

issue #6053
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