Bugzilla – Attachment 186244 Details for
Bug 40763
SCO alert box for for wrong password used alert-info when it should use alert-warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40763: Swap alert-info class with alert-warning class
Bug-40763-Swap-alert-info-class-with-alert-warning.patch (text/plain), 1.59 KB, created by
Noah
on 2025-09-05 18:23:14 UTC
(
hide
)
Description:
Bug 40763: Swap alert-info class with alert-warning class
Filename:
MIME Type:
Creator:
Noah
Created:
2025-09-05 18:23:14 UTC
Size:
1.59 KB
patch
obsolete
>From 6ab54677a554ea8cd10ab3d9f669a6cd7952d32c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 <noah@inlibro.com> >--- > 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 %] >- <div class="alert alert-info"> >+ <div class="alert alert-warning"> > <p > >You entered an incorrect username or password. Please try again! But note that passwords are case sensitive. > [% IF Koha.Preference('FailedLoginAttempts') %] >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40763
:
186243
| 186244