mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
Password Reset Function #257
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#257
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @romrayster on GitHub (Mar 15, 2019).
Hello,
how do I enable resetting passwords?
https://domain.tld/#/recover-delete
it throws an error. As well I cannot reset passwords of users from the admin panel.
Thank you!
@mprasil commented on GitHub (Mar 15, 2019):
What are you trying to do? You can't really change user's password as all users passwords are encrypted with a key derived from the password, so they'd lose those.
As for "Recover and Delete" functionality, I think this hasn't been implemented yet. However in the admin panel you can essentially do the same - just delete user and let them create new account with the same email.
@mprasil commented on GitHub (Mar 15, 2019):
I've added "Implement Recover and Delete" feature request to our meta issue #246, to enable user self-service account deletion. In the meantime the described workaround via admin interface should help.
@romrayster commented on GitHub (Mar 15, 2019):
Hello,
thank you for your reply. One of my employees forgot his bitwarden
password, I was just wondering if we could reset it without losing the
data. If that's not possible the issue can be closed.
Thank you for adding the issue to #246.
Regards
On 15.03.19 13:10, mprasil wrote:
@mprasil commented on GitHub (Mar 15, 2019):
Yeah unfortunately due to the nature of the way the encryption work (it's all client-side) it's not possible. If you have the client logged in web vault, you can try exporting their passwords that way and then import them to newly created account. Otherwise it's pretty much lost.