Skip to content
GitLab
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
9801c6f8
Commit
9801c6f8
authored
May 23, 2013
by
Côme Bernigaud
Committed by
Benoit Mortier
May 23, 2013
Browse files
Fixes:
#2407
fixes regexp errors and such in user
parent
72c1872d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/personal/generic/class_user.inc
View file @
9801c6f8
...
...
@@ -163,12 +163,12 @@ class user extends simplePlugin
new
StringAttribute
(
_
(
'Last name'
),
_
(
'Last name of this user'
),
'sn'
,
TRUE
,
''
,
''
,
'/[,+"?\'()=<>;\\\\]/'
''
,
''
,
'/[
^
,+"?\'()=<>;\\\\]/'
),
new
StringAttribute
(
_
(
'First name'
),
_
(
'First name of this user'
),
'givenName'
,
TRUE
,
''
,
''
,
'/[,+"?\'()=<>;\\\\]/'
''
,
''
,
'/[
^
,+"?\'()=<>;\\\\]/'
),
new
StringAttribute
(
_
(
'Personal title'
),
_
(
'Personal title'
),
...
...
@@ -203,7 +203,7 @@ class user extends simplePlugin
'name'
=>
_
(
'Account information'
),
'icon'
=>
'images/lists/search-subtree.png'
,
'attrs'
=>
array
(
new
BaseSelectorAttribute
(
get_
ou
(
'
people
RDN'
)),
new
BaseSelectorAttribute
(
get_people
_ou
(
)),
new
UidAttribute
(
_
(
'Login'
),
_
(
'Login of this user'
),
'uid'
,
TRUE
...
...
@@ -214,7 +214,7 @@ class user extends simplePlugin
array_keys
(
$languages
),
''
,
array_values
(
$languages
)
),
new
UserPasswordAttribute
(
_
(
'Password
storage
'
),
_
(
'Password
storage
'
),
_
(
'Password'
),
_
(
'Password
of the user
'
),
'userPassword'
,
FALSE
),
new
SetAttribute
(
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#808 (closed)
·
Sep 02, 2017
mentioned in issue
#808 (closed)
mentioned in issue #808
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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