1 |
unnilennium |
1.1 |
--- smeserver-password-1.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/passwordopt.pm.add2general 2007-03-01 21:22:58.000000000 +0100 |
2 |
|
|
+++ smeserver-password-1.0.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/passwordopt.pm 2008-04-26 23:33:24.000000000 +0200 |
3 |
|
|
@@ -119,7 +119,7 @@ |
4 |
|
|
my $passset = $user->prop('PasswordSet') || 'no'; |
5 |
|
|
my $star = ''; |
6 |
|
|
if ( $passset eq 'no' ) { |
7 |
|
|
- $star = $self->localise('PASSNOTSET_LABEL'); |
8 |
|
|
+ $star = $self->localise('ACCOUNT_LOCKED'); |
9 |
|
|
} |
10 |
|
|
my $key = $user->key; |
11 |
|
|
my $cmd = "chage -l $key | grep -i 'password expires' | cut -d ':' -f 2"; |
12 |
|
|
--- smeserver-password-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/passwordopt.add2general 2008-03-01 11:09:12.000000000 +0100 |
13 |
|
|
+++ smeserver-password-1.0.0/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/passwordopt 2008-04-26 23:32:16.000000000 +0200 |
14 |
|
|
@@ -119,11 +119,6 @@ |
15 |
|
|
</entry> |
16 |
|
|
|
17 |
|
|
<entry> |
18 |
|
|
- <base>PASSNOTSET_LABEL</base> |
19 |
|
|
- <trans>Account is locked</trans> |
20 |
|
|
- </entry> |
21 |
|
|
- |
22 |
|
|
- <entry> |
23 |
|
|
<base>SUCCESSFULLY_MODIFIED</base> |
24 |
|
|
<trans>Successfully modified password properties</trans> |
25 |
|
|
</entry> |