From 1e0bb6ec153242ce4a84de90b3652393c21dced2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be> Date: Tue, 28 Jun 2016 11:21:58 +0200 Subject: [PATCH] Fixes #4904 Improved ShadowMin label and descritption --- plugins/personal/posix/class_posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 353d77677..3e78d40e8 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -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, '' ), -- GitLab