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

Allow recovering lost passwords #161

Closed
wants to merge 6 commits into from

Conversation

jacob-g
Copy link
Member

@jacob-g jacob-g commented Feb 14, 2022

This provides a way to recover lost passwords on account requests by using the comment verification system. The following details are important to note:

  • Expired requests can be reactivated, but if a request is reactivated it resets the cooldown (i.e. users will have to wait another week after resetting the password) - we can resolve this at a later date if we view this as a problem
  • This requires that the request be created after the Scratch account (i.e. to avoid namesnipes after a user is renamed)

Closes #147

@jacob-g
Copy link
Member Author

jacob-g commented Oct 7, 2022

I am marking this PR as closed. This is still something we need to do, but other things are higher priority right now, like preparing this for MW 1.39 and some refactors we really need to do. A lot of the logic can be reused however.
In my experience people forgetting passwords isn't that common (less than once a week) which is why I'm not prioritizing this higher.

@jacob-g jacob-g closed this Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add some sort of way to recover lost request passwords
1 participant