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

Fixes #4904 Improved ShadowMin label and descritption

Showing with 1 addition and 1 deletion
+1 -1
......@@ -153,7 +153,7 @@ class posixAccount extends simplePlugin
'mustchangepassword', FALSE
),
new IntAttribute(
_('Delay before locking password (days)'), _('The user won\'t be able to change his password after this number of days (leave empty to disable)'),
_('Minimum delay between password changes (days)'), _('The user won\'t be able to change his password before this number of days (leave empty to disable)'),
'shadowMin', FALSE,
0, FALSE, ''
),
......
  • bmortier @bmortier

    mentioned in issue #1553 (closed)

    By dcpc007 on 2017-09-02T15:30:23 (imported from GitLab)

    ·

    mentioned in issue #1553 (closed)

    By dcpc007 on 2017-09-02T15:30:23 (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