Summary: | SCO alert box for for wrong password used alert-info when it should use alert-warning | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Self checkout | Assignee: | Bugs List <koha-bugs> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
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
Bug 40763: Swap alert-info class with alert-warning class |
Description
Lucas Gass (lukeg)
2025-09-05 17:32:26 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. 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> |