Summary: | "Account is locked" message should be displayed on all patron pages | ||
---|---|---|---|
Product: | Koha | Reporter: | George Williams (NEKLS) <george> |
Component: | Circulation | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | arm, bugzilla, cbrannon, gmcharlt, jonathan.druart, kyle.m.hall, lisettepalouse+koha, rcoert |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26823 | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This patch alters the display to show a message on all patron screens when a patron is locked out of their account due to too many login attempts or has an administrative lock.
Login attempt locks are controlled by the 'FailedLoginAttempts' system preference
Administrative locks are related to GDPR settings.
|
Version(s) released in: |
20.11.00
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 25947 | ||
Attachments: |
Bug 23979: MOve locked message to patron info section
Bug 23979: MOve locked message to patron info section Bug 23979: Move locked message to patron info section Bug 23979: Remove final dot |
Description
George Williams (NEKLS)
2019-11-06 14:31:07 UTC
Created attachment 111316 [details] [review] Bug 23979: MOve locked message to patron info section To test: 1 - Set failed login attempts to some number 2 - Attempt enough logins with a patront o lock them, or: UPDATE borrowers SET login_attempts = 500 WHERE borrowernumber=5; 3 - Attempt to checkout to borrower, no notice of lock 4 - View patron details tab, see the locked message 5 - Apply patch 6 - Note the message is now in patron info and visible on all tabs for the member Created attachment 111676 [details] [review] Bug 23979: MOve locked message to patron info section To test: 1 - Set failed login attempts to some number 2 - Attempt enough logins with a patront o lock them, or: UPDATE borrowers SET login_attempts = 500 WHERE borrowernumber=5; 3 - Attempt to checkout to borrower, no notice of lock 4 - View patron details tab, see the locked message 5 - Apply patch 6 - Note the message is now in patron info and visible on all tabs for the member Signed-off-by: George Williams <george@nekls.org> Created attachment 111802 [details] [review] Bug 23979: Move locked message to patron info section To test: 1 - Set failed login attempts to some number 2 - Attempt enough logins with a patront o lock them, or: UPDATE borrowers SET login_attempts = 500 WHERE borrowernumber=5; 3 - Attempt to checkout to borrower, no notice of lock 4 - View patron details tab, see the locked message 5 - Apply patch 6 - Note the message is now in patron info and visible on all tabs for the member Signed-off-by: George Williams <george@nekls.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> I think this could stand out a bit more - but it didn't before the change and it should definitely show on the checkouts tabs and others. Maybe we could add some stronger formatting using CSS later on. Our library staff took a while to figure out what 'locked' means - especially as it seems to appear on newly created accounts and those where no password has ever been set. Is that the expected behaviour, or was it meant to appear only after failed login attempts? Can someone check that in current version? Thanks. *** Bug 26823 has been marked as a duplicate of this bug. *** Created attachment 112930 [details] [review] Bug 23979: Remove final dot Pushed to master for 20.11, thanks to everybody involved! |