Bugzilla – Attachment 14594 Details for
Bug 9393
Add note to circulation.pl if borrower has pending modifications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 9393 - Change 'mobile phone' to 'other phone', run typed in captcha through uc before comparing.
Bug-9393---Change-mobile-phone-to-other-phone-run-.patch (text/plain), 1.95 KB, created by
Kyle M Hall (khall)
on 2013-01-15 12:31:15 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9393 - Change 'mobile phone' to 'other phone', run typed in captcha through uc before comparing.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-01-15 12:31:15 UTC
Size:
1.95 KB
patch
obsolete
>From b8c0f30d5315b82af8b1ad80773ccf67c625a68d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 18 Dec 2012 10:55:25 -0500 >Subject: [PATCH] Bug 9393 - Change 'mobile phone' to 'other phone', run typed in captcha through uc before comparing. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Label changed and captcha is not case sensitive >--- > .../opac-tmpl/prog/en/modules/opac-memberentry.tt | 2 +- > opac/opac-memberentry.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt >index d41917c..19a15ee 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-memberentry.tt >@@ -383,7 +383,7 @@ > [% ELSE %] > <label for="borrower_mobile"> > [% END %] >- Mobile phone:</label> >+ Other phone:</label> > > <input type="text" id="borrower_mobile" name="borrower_mobile" value="[% borrower.mobile %]" /> > [% IF mandatory.defined('mobile') %]<span class="required">Required</span>[% END %] >diff --git a/opac/opac-memberentry.pl b/opac/opac-memberentry.pl >index 7f8230d..1343e95 100755 >--- a/opac/opac-memberentry.pl >+++ b/opac/opac-memberentry.pl >@@ -79,7 +79,7 @@ if ( $action eq 'create' ) { > ); > } > elsif ( >- md5_base64( $cgi->param('captcha') ) ne $cgi->param('captcha_digest') ) >+ md5_base64( uc( $cgi->param('captcha') ) ) ne $cgi->param('captcha_digest') ) > { > $template->param( > failed_captcha => 1, >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9393
:
14594
|
14595
|
28913
|
50328
|
50329
|
50335
|
50339
|
50384
|
50397
|
50451
|
50452