Bug 16283

Summary: Make OPAC registration captcha case insensitive
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: OPACAssignee: Kyle M Hall (khall) <kyle>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 16283 - Make OPAC registration captcha case insensitive
Bug 16283 - Make OPAC registration captcha case insensitive
Bug 16283: [QA Follow-up] Remove case sensitive message

Description Kyle M Hall (khall) 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 (khall) 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 (khall) 2016-04-29 11:55:38 UTC
Pushed to master for the May 2016 release!