From 580ed6360ddf0eac902fe807bc76abddec86529a Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 14 Jan 2015 23:16:29 +0000 Subject: [PATCH] Bug - 11345 - Self registration captcha MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- 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 90215fb912..bbca649a55 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 @@ Please type this following characters into the preceding box: [% captcha %] + Note: The preceding box is case-sensitive. Ensure that the entered characters are in all-caps. -- 2.39.2