-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Account lockout should be editable in dashboard #1358
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Since these are current internal Parse Server field (prefixed with |
Issue
When a user account is locked due to wrong password entered too many times, it cannot easily be unlocked. Customer support may want to unlock the account manually prior to the expiration date, for example upon customer request.
Unlock is currently only possible via edit directly in the database, which is not a practicable.
Suggested solution
The field
_account_lockout_expires_at
should be exposed in the dashboard to be manually deleted. Once the field value is deleted, the value for_failed_login_count
becomes irrelevant and may as well continue to exist until it gets updated upon the next failed login attempt.Alternative solutions
Add a design feature in the dashboard that indicates that a user is locked out and allow to unlock the user with the click of a button. -> more work to implement but provides the same functionality, so maybe a later PR.
Environment Setup
Logs/Trace
The text was updated successfully, but these errors were encountered: