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

Fixes #5052 Using plain text password field to avoid firefox bug

Showing with 2 additions and 2 deletions
+2 -2
......@@ -47,11 +47,11 @@ class UserPasswordAttribute extends CompositeAttribute
$ldapName.'_pwstorage', TRUE,
array_keys($pwd_methods), '', array_values($pwd_methods)
),
new PasswordAttribute(
new StringAttribute(
_('Password'), _('Password (Leave empty if you do not wish to change it)'),
$ldapName.'_password', $required
),
new PasswordAttribute(
new StringAttribute(
_('Password again'), _('Same password as above, to avoid errors'),
$ldapName.'_password2', $required
),
......
  • bmortier @bmortier

    mentioned in issue #1612

    By bmortier on 2017-09-02T15:32:36 (imported from GitLab)

    ·

    mentioned in issue #1612

    By bmortier on 2017-09-02T15:32:36 (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