Bug 16283 - Make OPAC registration captcha case insensitive
Summary: Make OPAC registration captcha case insensitive
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Kyle M Hall
QA Contact: Marcel de Rooy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-18 15:11 UTC by Kyle M Hall
Modified: 2016-12-05 21:26 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 16283 - Make OPAC registration captcha case insensitive (1.08 KB, patch)
2016-04-18 15:12 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 16283 - Make OPAC registration captcha case insensitive (1.18 KB, patch)
2016-04-22 08:10 UTC, Marcel de Rooy
Details | Diff | Splinter Review
Bug 16283: [QA Follow-up] Remove case sensitive message (1.31 KB, patch)
2016-04-22 08:10 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2016-04-18 15:11:15 UTC
The OPAC registration captcha should not be case sensitive. This patch was moved here from bug 9393.

Test Plan:
1) Enable patron self registration
2) Test the captcha by typing in the captcha in lower case. Registration should still succeed.
Comment 1 Kyle M Hall 2016-04-18 15:12:27 UTC Comment hidden (obsolete)
Comment 2 Marcel de Rooy 2016-04-22 08:10:40 UTC
Created attachment 50570 [details] [review]
Bug 16283 - Make OPAC registration captcha case insensitive

The OPAC registration captcha should not be case sensitive. This patch
was moved here from bug 9393.

Test Plan:
1) Enable patron self registration
2) Test the captcha by typing in the captcha in lower case. Registration
should still succeed.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 3 Marcel de Rooy 2016-04-22 08:10:44 UTC
Created attachment 50571 [details] [review]
Bug 16283: [QA Follow-up] Remove case sensitive message

The message on opac-memberentry does no longer apply.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Kyle M Hall 2016-04-29 11:55:38 UTC
Pushed to master for the May 2016 release!