Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing password after lockout doesn't reset failed attempts count #1394

Closed
jobannon opened this issue Sep 14, 2021 · 1 comment
Closed
Assignees
Labels
architecture Feedback on designed behavior client-commit
Milestone

Comments

@jobannon
Copy link

jobannon commented Sep 14, 2021

Reset Failed Login Count During Given Time Period When Password Reset

Problem

  • Set up a user action to prevent login.
  • Setup failed login configuration on the tenant with N login attempts during X time
  • Lockout a user
  • Expect that after a user resets their password after lockout, they will a refreshed N login attempts in a new X time frame
  • Actually, the user will still be locked for the time duration on the tenant after password is updated

Also, per a forum user, a variation of this behavior

What we find is that if we create and then delete the lockout action and then the user tries to login again the account is locked after a single failed login attempt. We're expecting that after the lockout action is removed that the user has another number of failed login attempts to go through before a lockout again.

Solution

Expect that after a user resets their password after a lockout, they will a refreshed N login attempts as configured on the tenant

Alternatives/workarounds

None, not a "blocking" behavior.

Additional context

Forum post
https://fusionauth.io/community/forum/topic/1252/changing-password-after-lockout-doesn-t-reset-failed-attempts-count

Related

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

@robotdan
Copy link
Member

Going to deliver this via #383.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Feedback on designed behavior client-commit
Projects
None yet
Development

No branches or pull requests

2 participants