-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
We’d also want to think about the UX for if someone logs in with a no-longer-compliant password. Do we force a reset?
We currently do not force a reset (to my knowledge). The flow could be evaluated on submission of the password before hashing, setting a flag to update iff (if and only if) that should lead to a successful logging-in.
I worry that this may appear to a semi-savvy user that the password is not stored securely ("how would they know what my password is to say that?"), so I think there would be some communication with whatever method this is communicated through to the user.
@clarkepaul @newleeland may be interested in this flow.