Summary: | Style OPAC self-registration CAPTCHA as uppercase | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | barbara.johnson, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This changes the CAPTCHA field in the OPAC self-registration form to automatically change any character entered to be upper case.
|
Version(s) released in: |
21.05.00
|
Circulation function: | |||
Bug Depends on: | 27668 | ||
Bug Blocks: | |||
Attachments: |
Bug 27681: Style OPAC self-registration CAPTCHA as uppercase
Bug 27681: Style OPAC self-registration CAPTCHA as uppercase Bug 27681: Style OPAC self-registration CAPTCHA as uppercase |
Description
Owen Leonard
2021-02-11 13:06:29 UTC
Created attachment 116715 [details] [review] Bug 27681: Style OPAC self-registration CAPTCHA as uppercase This patch adds an inline "text-transform:uppercase" style attribute to the OPAC self-registration CAPTCHA field so that the user doesn't have to match the case of the CAPTCHA they're shown. To test, apply the patch and start the process of self-registration in the OPAC. - At the end of the form, under verification, confirm that any text you type in the verification field is uppercase by default. - Confirm that the CAPTCHA is accepted when you submit the form. Text entered in the CAPTCHA field is all uppercase. But when I submit the form I'm getting an error - Branchcode not allowed at /kohadevbox/koha/opac/opac-memberentry.pl line 160 followed by 52 more lines of stuff. I had this problem recently with another bug so maybe I'm doing something wrong. Created attachment 117095 [details] [review] Bug 27681: Style OPAC self-registration CAPTCHA as uppercase This patch adds an inline "text-transform:uppercase" style attribute to the OPAC self-registration CAPTCHA field so that the user doesn't have to match the case of the CAPTCHA they're shown. To test, apply the patch and start the process of self-registration in the OPAC. - At the end of the form, under verification, confirm that any text you type in the verification field is uppercase by default. - Confirm that the CAPTCHA is accepted when you submit the form. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> I re-tested this two times and it worked as described so I signed off. The depending bug is missing sign-off, so is blocking this from QA for the moment. Created attachment 117717 [details] [review] Bug 27681: Style OPAC self-registration CAPTCHA as uppercase This patch adds an inline "text-transform:uppercase" style attribute to the OPAC self-registration CAPTCHA field so that the user doesn't have to match the case of the CAPTCHA they're shown. To test, apply the patch and start the process of self-registration in the OPAC. - At the end of the form, under verification, confirm that any text you type in the verification field is uppercase by default. - Confirm that the CAPTCHA is accepted when you submit the form. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Hm, as I had already spent quite some time here, I decided to SO the dependency and move this to PQA - not the dependency please. Pushed to master for 21.05, thanks to everybody involved! |