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

Fixes #5297 User description is now a text area instead of a text input

Showing with 1 addition and 1 deletion
+1 -1
......@@ -321,7 +321,7 @@ class user extends simplePlugin
'givenName', TRUE,
'', '', '/[^,+"?()=<>;\\\\]/'
),
new StringAttribute (
new TextAreaAttribute (
_('Description'), _('Short description of the user'),
'description', FALSE
),
......
  • bmortier @bmortier

    mentioned in issue #1691

    By mhamant on 2017-09-02T15:35:00 (imported from GitLab)

    ·

    mentioned in issue #1691

    By mhamant on 2017-09-02T15:35:00 (imported from GitLab)

    Toggle commit list
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