From 6ab54677a554ea8cd10ab3d9f669a6cd7952d32c Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 5 Sep 2025 17:35:13 +0000 Subject: [PATCH] Bug 40763: Swap alert-info class with alert-warning class 1. Go to SCO 2. Login but use the wrong password 3. The alert appears "You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. Please contact a library staff member if you continue to have problems." 4. This alert is in a blue box with the class alert-info 5. APPLY PATCH 6. Try again, the box should be yellow with the alert-warning class. Signed-off-by: noah --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index ffe72506a9..ad3dc1ab1b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -307,7 +307,7 @@ [% PROCESS display_errors %] [% IF patronid && nouser %] -
+

You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. [% IF Koha.Preference('FailedLoginAttempts') %] -- 2.43.0