Bug 40763 - SCO alert box for for wrong password used alert-info when it should use alert-warning
Summary: SCO alert box for for wrong password used alert-info when it should use alert...
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: Self checkout (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-05 17:32 UTC by Lucas Gass (lukeg)
Modified: 2025-09-05 18:23 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 40763: Swap alert-info class with alert-warning class (1.55 KB, patch)
2025-09-05 17:38 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 40763: Swap alert-info class with alert-warning class (1.59 KB, patch)
2025-09-05 18:23 UTC, Noah
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2025-09-05 17:32:26 UTC
To recreate:

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, I think this should be alert-warning.
Comment 1 Lucas Gass (lukeg) 2025-09-05 17:38:35 UTC
Created attachment 186243 [details] [review]
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.
Comment 2 Noah 2025-09-05 18:23:14 UTC
Created attachment 186244 [details] [review]
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>