Bugzilla – Attachment 117095 Details for
Bug 27681
Style OPAC self-registration CAPTCHA as uppercase
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27681: Style OPAC self-registration CAPTCHA as uppercase
Bug-27681-Style-OPAC-self-registration-CAPTCHA-as-.patch (text/plain), 1.78 KB, created by
ByWater Sandboxes
on 2021-02-19 19:40:37 UTC
(
hide
)
Description:
Bug 27681: Style OPAC self-registration CAPTCHA as uppercase
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2021-02-19 19:40:37 UTC
Size:
1.78 KB
patch
obsolete
>From 93964bcbfd39d459a09f0e2f357b6d47dc3995e0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 11 Feb 2021 13:08:35 +0000 >Subject: [PATCH] Bug 27681: Style OPAC self-registration CAPTCHA as uppercase > >This patch adds an inline "text-transform:uppercase" style attribute to >the OPAC self-registration CAPTCHA field so that the user doesn't have >to match the case of the CAPTCHA they're shown. > >To test, apply the patch and start the process of self-registration in >the OPAC. > >- At the end of the form, under verification, confirm that any text you > type in the verification field is uppercase by default. >- Confirm that the CAPTCHA is accepted when you submit the form. > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >index 580a780767..57135b6b23 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -875,7 +875,7 @@ > <li> > <label for="captcha" class="required">Verification:</label> > >- <input type="text" name="captcha" id="captcha" /> >+ <input type="text" name="captcha" id="captcha" style="text-transform: uppercase;" /> > <div class="required_label required">Required</div> > <input type="hidden" name="captcha_digest" value="[% captcha_digest | html %]" /> > >-- >2.11.0
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 27681
:
116715
|
117095
|
117717