This repository was archived by the owner on Dec 5, 2018. It is now read-only.
This repository was archived by the owner on Dec 5, 2018. It is now read-only.
Reset someone's password #7
Open
Description
Summary
If a user forgets their password, there is no easy way for the user or an administrator to reset their password.
Analysis
As we discovered earlier today, it would be extremely helpful for there to be a simple and easy way for users to reset their password if they forget it. This could be done by the user in-game (e.g. /tradepost resetpassword
) or could be triggered by an administrator on request. However, the former method would likely be preferred (or could just be controlled by a permission node).
Expected behavior
- User forgets password
- User types
/tradepost resetpassword
- User is prompted to confirm if this is really what they want to do, and if yes, prompt for new password
- Update database to replace their password
- …
- PROFIT!