/[smeserver]/rpms/e-smith-formmagick/sme8/e-smith-formmagick-1.4.0-passlength.patch
ViewVC logotype

Annotation of /rpms/e-smith-formmagick/sme8/e-smith-formmagick-1.4.0-passlength.patch

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


Revision 1.3 - (hide annotations) (download)
Tue Oct 7 18:17:02 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
New streams

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm mezzanine_patched_e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm
2     --- e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm 2006-03-15 14:59:29.000000000 -0700
3     +++ mezzanine_patched_e-smith-formmagick-1.4.0/root/usr/lib/perl5/site_perl/esmith/FormMagick.pm 2007-06-01 13:59:21.000000000 -0600
4 bytegw 1.2 @@ -794,7 +794,10 @@
5 slords 1.1
6     my $reason;
7    
8     - return "OK" if ($strength eq "none");
9     + if ($strength eq "none") {
10     + return $fm->localise("Passwords must be at least 7 characters long") unless (length($pass) > 6);
11     + return "OK";
12     + }
13    
14     $reason = $fm->call_fm_validation('password', $pass, undef);
15 bytegw 1.2

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