/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme7/e-smith-base-4.18.1-fixPASSWORD_VERIFY_ERROR.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Aug 7 19:03:45 2008 UTC (15 years, 10 months ago) by snetram
Branch: MAIN
CVS Tags: e-smith-base-4_18_1-27_el4_sme, e-smith-base-4_18_1-19_el4_sme, e-smith-base-4_18_1-20_el4_sme, e-smith-base-4_18_1-25_el4_sme, e-smith-base-4_18_1-18_el4_sme, e-smith-base-4_18_1-23_el4_sme, e-smith-base-4_18_1-26_el4_sme, e-smith-base-4_18_1-21_el4_sme, e-smith-base-4_18_1-24_el4_sme, e-smith-base-4_18_1-22_el4_sme
* Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.18.1-18
- Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
  to e-smith-formmagick's general [SME: 4475]
- Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
- Remove invalid entry tag from userpassword's locale file preventing the
  form from displaying properly [SME: 4479]

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 }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed