From b8b36fa2a0008cee0eba7431769594cd5b87601c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 11 Feb 2021 13:08:35 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt index 580a780767..57135b6b23 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt @@ -875,7 +875,7 @@
  • - +
    Required
    -- 2.11.0