Summary: | Make OPAC registration captcha case insensitive | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | OPAC | Assignee: | 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
Created attachment 50340 [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> 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> 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> Pushed to master for the May 2016 release! |