You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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
/tradepost resetpassword
The text was updated successfully, but these errors were encountered: