Bug - 11345 - Self registration captcha
authorJustin <justinvos@live.com>
Wed, 14 Jan 2015 23:16:29 +0000 (23:16 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 21 Jan 2015 14:07:52 +0000 (11:07 -0300)
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt

index 90215fb..bbca649 100644 (file)
                                 <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>