mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Missing API endpoint verify-password #810
Reference in New Issue
Block a user
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 @BlackDex on GitHub (Sep 25, 2020).
Missing API endpoint verify-password
First reported here: https://bitwardenrs.discourse.group/t/safari-plugin-calling-api-accounts-verify-password/319
It could happen that the stored password hash from a client (mobile, desktop, browser-extension) is lost or cleaned.
When this happens, and your vault is locked, it will try to send a request /api/verify-password which bitwarden_rs does not have.
Because of this you can't unlock the vault. You need to "Log Out" and "Log In" again to access the vault.
Your environment
Steps to reproduce
about:debuggingand press enterinspectstoragetab and selectExtension StoragehashKeyentryThe last action will trigger the request.
Expected behaviour
Vault unlocks.
Actual behaviour
An error occurs and i need to log out, and back in again.
Relevant logs