1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm |
2 |
|
|
--- e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm 2008-03-26 10:49:00.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/console/system_password.pm 2008-03-26 10:56:00.000000000 -0600 |
4 |
|
|
@@ -67,19 +67,19 @@ |
5 |
|
|
# Cracklib strings. |
6 |
|
|
# Note the extra space here and in the gettext call below. This |
7 |
|
|
# allows the French localization to properly generate qu'il |
8 |
|
|
- gettext(" it is based on your username"); |
9 |
|
|
- gettext(" it is based upon your password entry"); |
10 |
|
|
- gettext(" it is derived from your password entry"); |
11 |
|
|
- gettext(" it is derivable from your password entry"); |
12 |
|
|
- gettext(" it is too short"); |
13 |
|
|
- gettext(" it is all whitespace"); |
14 |
|
|
- gettext(" it is too simplistic/systematic"); |
15 |
|
|
- gettext(" it is based on a dictionary word"); |
16 |
|
|
- gettext(" it is based on a (reversed) dictionary word"); |
17 |
|
|
- gettext(" it does not contain numbers"); |
18 |
|
|
- gettext(" it does not contain uppercase characters"); |
19 |
|
|
- gettext(" it does not contain lowercase characters"); |
20 |
|
|
- gettext(" it does not contain special characters"); |
21 |
|
|
+ gettext("it is based on your username"); |
22 |
|
|
+ gettext("it is based upon your password entry"); |
23 |
|
|
+ gettext("it is derived from your password entry"); |
24 |
|
|
+ gettext("it is derivable from your password entry"); |
25 |
|
|
+ gettext("it is too short"); |
26 |
|
|
+ gettext("it is all whitespace"); |
27 |
|
|
+ gettext("it is too simplistic/systematic"); |
28 |
|
|
+ gettext("it is based on a dictionary word"); |
29 |
|
|
+ gettext("it is based on a (reversed) dictionary word"); |
30 |
|
|
+ gettext("it does not contain numbers"); |
31 |
|
|
+ gettext("it does not contain uppercase characters"); |
32 |
|
|
+ gettext("it does not contain lowercase characters"); |
33 |
|
|
+ gettext("it does not contain special characters"); |
34 |
|
|
#-------------------------------------------------------- |
35 |
|
|
|
36 |
|
|
my $strength = $db->get_prop("passwordstrength", "Admin"); |