mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
No MasterPassword login after increase KDF #1947
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 @matze939939 on GitHub (Jun 27, 2024).
Subject of the issue
Username or password is incorrect after incredase KDFDeployment environment
Install method: Docker image
Clients used: web vault, chrome extension, android
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version: SQLite: 3.44.0
Other relevant details:
Steps to reproduce
After increase the kdf i logged out and cant login againExpected behaviour
login with masterpasswordActual behaviour
Username or password is incorrectTroubleshooting data
@BlackDex commented on GitHub (Jun 27, 2024):
What did the logs reported? Were there errors visible during the kdf change in the browser?
@matze939939 commented on GitHub (Jun 27, 2024):
Here are the Logs:
There are 5 Users, two of them increase the KDF and cant login via Masterpassword. While increasing the KDF there are no errors visible.
The other User can still login via Masterpassword.
@BlackDex commented on GitHub (Jun 27, 2024):
That is strange. If there were no errors, they should be able to login using there password.
Only thing i can say is to restore a backup and see of it happens again.
@mrclschstr commented on GitHub (Jun 28, 2024):
Somehow related https://github.com/dani-garcia/vaultwarden/issues/4059#issuecomment-1821906881?
@BlackDex commented on GitHub (Jun 28, 2024):
That could be the case. There were other reports like this, be we are unable to reproduce this in any way our self. Also, several people looked at the code, and couldn't find anything which should trigger this kind of behavior.
That is why i wonder, if you restore the backup, and do the same actions again, if you can reproduce this. If not, then it must be some weird kind of issues when some planets align with a comet or whatever.
@BlackDex commented on GitHub (Jul 8, 2024):
Any update on this? As we can't reproduce this in any way, and tried by multiple people, and no clear indication from the users who had the issue on how to re-create this in any way, I'm going to move this issue to a discussion in a few days.
This same behavior also happens at Bitwarden from time to time, and they also have no clue looking at there forum posts.
The only thing i can say is that Vaultwarden only stores what is being sent. So it's hard for us to troubleshoot this at all if this is a client-side issue.
@matze939939 commented on GitHub (Jul 8, 2024):
Update: First I imported a backup. The two users were still unable to log in with their master password. You then manually transferred the passwords from still active sessions to a new account. I haven't been able to reproduce the problem since. Maybe it was due to the activated 2FA when changing the KDF?
@matze939939 commented on GitHub (Jul 8, 2024):
Thanks for your Support!