Bug - 11345 - Self registration captcha

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>
This commit is contained in:
Justin 2015-01-14 23:16:29 +00:00 committed by Tomas Cohen Arazi
parent 5ee0293ed6
commit 580ed6360d

View file

@ -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>