https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39217 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 178870 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178870&action=edit Bug 39217: Fix ugly error on wrong password in SCO login This patch updates the self checkout page so that it uses the same message as the regular OPAC in response to a user trying to log in with incorrect credentials. To test, apply the patch enable the self checkout module if necessary. - Set the SelfCheckoutByLogin system preference to "cardnumber" - Test the process of logging in as a patron to self checkout: Submitting an invalid library card number should trigger an error. - Set the SelfCheckoutByLogin system preference to "username and password." - Test this login form by submitting a valid card number or username and an invalid password. You should see the same error message. - NOTE: If you submit an invalid card number or username you will get no message at all, which is a bug in and of itself. QA note: I think the qa tool warning is an error in the tidy check. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.