aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xuserdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/userdrake b/userdrake
index ea82332..f86a45f 100755
--- a/userdrake
+++ b/userdrake
@@ -751,7 +751,7 @@ sub Edit {
my $allowed = int($us->{o}->{dbca}->get_text()); my $required = int($us->{o}->{dbcr}->get_text());
my $warning = int($us->{o}->{bwbc}->get_text()); my $inactive = int($us->{o}->{dbai}->get_text());
- $allowed && $required && $warning && $inactive or RaiseError(N("Please specify all field for password aging\n"));
+ $allowed && $required && $warning && $inactive or RaiseError(N("Please fill up all field in password aging\n"));
if(!$error) {
$userEnt->ShadowMin($allowed); $userEnt->ShadowMax($required);
$userEnt->ShadowWarn($warning); $userEnt->ShadowInact($inactive);