-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
[Bug] Unable to recover password #544
Comments
You can set the password again in the database: https://discord.com/channels/1223681308962721802/1288282511495008378 |
Unfortunately, I do not have access to that channel. Having said that, just an idea, it may be worth transferring that knowledge from discord to the documentation! I'd be happy to help out with this task :) |
I have updated the docs to contain an FAQ section where you can find the instructions to reset a password. (I am not sure when the rollout happens, you can look at the PR in the meantime: https://github.com/hoarder-app/hoarder/pull/590/files) |
Issue
I have forgotten the password to my account, which was a bit silly. However, this is what made me realize that we do not have a way to recover a password authenticated account.
Expected Outcome
There ideally should be a "Forgot Password" button, or maybe some other way to regain access to an account lost
Potential Solutions
This is a bit of a tricky problem to solve i realize, because unless we implement some sort of email sending method, we cannot email out a link to reset the password (which I would think would be the best way to implement this).
Maybe we could have a default admin page with a stern reminder to a) backup your bookmarks and b) write down the password somewhere safe?
I'd love to hear thoughts on this! I do not require a solution, as I somehow had the foresight to backup my bookmarks while playing around with this, so I will just be spinning up a new instance.
The text was updated successfully, but these errors were encountered: