1 |
snetram |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/etc/e-smith/web/panels/password/cgi-bin/userpassword mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/web/panels/password/cgi-bin/userpassword |
2 |
|
|
--- e-smith-base-4.18.1/root/etc/e-smith/web/panels/password/cgi-bin/userpassword 2008-08-07 20:35:22.000000000 +0200 |
3 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.1/root/etc/e-smith/web/panels/password/cgi-bin/userpassword 2008-08-07 20:34:59.000000000 +0200 |
4 |
|
|
@@ -103,7 +103,7 @@ |
5 |
|
|
my $pass1 = $fm->{cgi}->param('pass'); |
6 |
|
|
unless ($pass1 eq $pass2) { |
7 |
|
|
$fm->{cgi}->param( -name => 'wherenext', -value => 'Password' ); |
8 |
|
|
- return "PASSWORD_NO_MATCH"; |
9 |
|
|
+ return "PASSWORD_VERIFY_ERROR"; |
10 |
|
|
} |
11 |
|
|
return "OK"; |
12 |
|
|
} |
13 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm |
14 |
|
|
--- e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm 2008-08-07 20:35:22.000000000 +0200 |
15 |
|
|
+++ mezzanine_patched_e-smith-base-4.18.1/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/useraccounts.pm 2008-08-07 20:33:44.000000000 +0200 |
16 |
|
|
@@ -605,7 +605,7 @@ |
17 |
|
|
my $pass1 = $self->{cgi}->param('password1'); |
18 |
|
|
unless ($pass1 eq $pass2) { |
19 |
|
|
$self->{cgi}->param( -name => 'wherenext', -value => 'Password' ); |
20 |
|
|
- return "PASSWORD_NO_MATCH"; |
21 |
|
|
+ return "PASSWORD_VERIFY_ERROR"; |
22 |
|
|
} |
23 |
|
|
return "OK"; |
24 |
|
|
} |
25 |
|
|
@@ -1140,7 +1140,7 @@ |
26 |
|
|
my $pass1 = $self->{cgi}->param('pass'); |
27 |
|
|
unless ($pass1 eq $pass2) { |
28 |
|
|
$self->{cgi}->param( -name => 'wherenext', -value => 'Password' ); |
29 |
|
|
- return "SYSTEM_PASSWORD_NO_MATCH"; |
30 |
|
|
+ return "SYSTEM_PASSWORD_VERIFY_ERROR"; |
31 |
|
|
} |
32 |
|
|
return "OK"; |
33 |
|
|
} |