Bugzilla – Attachment 35282 Details for
Bug 11345
self registration captcha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug - 11345 - Self registration captcha
PASSED-QA-Bug---11345---Self-registration-captcha.patch (text/plain), 1.67 KB, created by
Katrin Fischer
on 2015-01-15 06:17:01 UTC
(
hide
)
Description:
[PASSED QA] Bug - 11345 - Self registration captcha
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-01-15 06:17:01 UTC
Size:
1.67 KB
patch
obsolete
>From cd489cb977f87384876890c3d7f1e7461b91d993 Mon Sep 17 00:00:00 2001 >From: Justin <justinvos@live.com> >Date: Wed, 14 Jan 2015 23:16:29 +0000 >Subject: [PATCH] [PASSED QA] Bug - 11345 - Self registration captcha >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Test Plan > - Open the opac site > - Navigate to the self registration page (Home -> Register here) > - Notice that there is no note stating that the verification box is case-sensitive > - Apply patch > - Refresh page > - Notice that there is now an extra note stating that the verification box is case-sensitive. > >Followed test plan. Hint displays as expected. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 1 + > 1 file changed, 1 insertion(+) > >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 90215fb..bbca649 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -735,6 +735,7 @@ > <input type="hidden" name="captcha_digest" value="[% captcha_digest %]" /> > > <span class="hint">Please type this following characters into the preceding box: <strong>[% captcha %]</strong></span> >+ <span class="hint">Note: The preceding box is case-sensitive. Ensure that the entered characters are in all-caps.</span> > </li> > </ol> > </fieldset> >-- >1.9.1
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 11345
:
35172
|
35183
| 35282