Password Reset Function #2158

Closed
opened 2025-10-09 17:48:14 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @romrayster on GitHub.

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!

Originally created by @romrayster on GitHub. 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!
OVERLORD added the question label 2025-10-09 17:48:14 +03:00
Author
Owner

@mprasil commented on GitHub:

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: 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.
Author
Owner

@romrayster commented on GitHub:

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:

I've added "Implement Recover and Delete" feature request to our meta
issue #246 https://github.com/dani-garcia/bitwarden_rs/issues/246,
to enable user self-service account deletion. In the meantime the
described workaround via admin interface should help.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/dani-garcia/bitwarden_rs/issues/434#issuecomment-473262293,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHeVgYDn7ZKawdZI2UHGIMrNVUchLVylks5vW42ugaJpZM4b2Cp6.

@romrayster commented on GitHub: 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: > > I've added "Implement Recover and Delete" feature request to our meta > issue #246 <https://github.com/dani-garcia/bitwarden_rs/issues/246>, > to enable user self-service account deletion. In the meantime the > described workaround via admin interface should help. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/dani-garcia/bitwarden_rs/issues/434#issuecomment-473262293>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AHeVgYDn7ZKawdZI2UHGIMrNVUchLVylks5vW42ugaJpZM4b2Cp6>. >
Author
Owner

@mprasil commented on GitHub:

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.

@mprasil commented on GitHub: 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.
Author
Owner

@mprasil commented on GitHub:

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.

@mprasil commented on GitHub: 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2158