Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
e10bd238
Commit
e10bd238
authored
Oct 07, 2015
by
Côme Chilliet
Browse files
Fixes
#4154
Added displayName field to users
parent
08192977
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/personal/generic/class_user.inc
View file @
e10bd238
...
...
@@ -358,6 +358,10 @@ class user extends simplePlugin
'name'
=>
_
(
'Personal contact information'
),
'icon'
=>
'geticon.php?context=types&icon=contact&size=16'
,
'attrs'
=>
array
(
new
StringAttribute
(
_
(
'Display name'
),
_
(
'Name this user should appear as. Used by Exchange.'
),
'displayName'
,
FALSE
),
new
TextAreaAttribute
(
_
(
'Home address'
),
_
(
'Home postal address'
),
'homePostalAddress'
,
FALSE
...
...
olfway
@olfway
mentioned in issue
#1358 (closed)
·
Sep 02, 2017
mentioned in issue
#1358 (closed)
mentioned in issue #1358
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment