Bug 36602 - Locked account requires a password change
Summary: Locked account requires a password change
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: 23.05
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-15 15:16 UTC by Christopher Brannon
Modified: 2024-04-15 22:38 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2024-04-15 15:16:41 UTC
It doesn't make sense that a password change is required for a locked account.  Accounts are locked because someone has attempted to log into the account multiple times and has failed the threshold.  This means that someone knows the account username, but doesn't know the password.  If the threshold is not a low number, it is likely someone is trying to gain access to the account that should (especially if they don't use a forgot password method.

It seems that the more logical approach is to require a card number and/or username change.

I guess it is possible that it could be the patron/user and they are just really bad at password recovery, and persistent, but I'm still not convinced this is the most logical response to being locked out.  A change in username would be more likely to thwart abusive users.
Comment 1 Katrin Fischer 2024-04-15 21:29:55 UTC
A change of username is not always an option. Often an email address will serve as username and cannot/should not be changed. Cardnumbers might be printed on student cards and cannot easily be changed as well. The password change, as it's not linked to a physical thing (like a card) is I think the easiest and most standard option.

I know that other apps like booking.com make me do it as well when I lock myself out.
Comment 2 Christopher Brannon 2024-04-15 22:38:10 UTC
Again, I'm not sure what exactly the end goal here is.  My initial thought is that this is a feature to stop someone from trying to hack an account.  Is that the point?  Because, as is, it seems more like a feature to get you to stop trying to figure out your password and just get it reset.

I guess, sure, if there is a bot constantly trying to hack the account, it is going to keep trying that account number and rotate through password iterations until it is stopped.  But if you unlock the account, even with a new password, wouldn't it just keep trying again?

So, it would seem we are just trying to make the user give up and contact the library.

One thought about this is, if the account has an email address, instead of having the user go through the library to change the password, just lock the account and email a password reset to the email account.

The only argument I could see against that is if someone had access to a patron's email account and forced Koha to send a reset.  But if they have access to the email account, they could always use the forgot email option.  In both cases they would already have all the pieces they would need to get into the account.  So, it seems reasonable that sending a reset to the patron email account automatically would be acceptable.