mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #1216] Wrong Master password unless I logout and re-login #859
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
pull-request
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#859
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 @mind-overflow on GitHub (Nov 3, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1216
As already mentioned in the official Bitwarden forum, the new Bitwarden version inclused fundamental API changes that break login in extensions, desktop apps, etc...
Fortunately, logging in still works if you click "Disconnect" before attempting to enter the password.
These API changes need to be implemented directly into the server.
Related thread: here.
@BlackDex commented on GitHub (Nov 3, 2020):
This has been fixed over a month ago in #1158 .
Please update your bitwarden_rs to the latest version available, see: #1180
@mind-overflow commented on GitHub (Nov 3, 2020):
Understood. I have updated it to 2.16.1 a few hours ago and was still getting the error, so that's why I opened the issue. I guess it was because of caching. Sorry for the trouble!