Hello Auth0 Team,
I know this type of query has been asked in the past, however I just want to bring it up again and see if there are actual code snippets or feature added for this functionality:
Example:
After 5 failed login attempts, we set the user account to locked and either 2 things can happen:
- After 24 hours the users account is set back to unlock and they can login
or - They can reset their password and unlock the account.
I haven’t seen this feature in the password policy settings but I know it may be possible via rules, but not sure how to capture failed login attempts (would this be a variable we set in the users meta data?)
Thank you!