mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
[SOLVED] Master Password suddenly stops working #770
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 @NothingWorksToday on GitHub (Aug 13, 2020).
Subject of the issue
Yesterday or so my Bitwarden-Setup broke, so today I tried to fix it.
The server does not accept my Master Password.
Your environment
Steps to reproduce
Running
looked OK but didn't let me log in.
So I updated the image with
Now when logging in i get
And before you ask: The PW is correct, I typed it in often enough ;)
Expected behaviour
Login
Actual behaviour
No Login.
Other services from my setup work perfectly fine, so it is not Traefik
Logs or Configs
Persistent data location:
SOLUTION
My ZFS pool wasn't loaded correctly, therefore Bitwarden wasn't able to accesss the correct database and created an empty one. My bad, sorry for the hassle :/
@dani-garcia commented on GitHub (Aug 13, 2020):
Try checking in the admin page if the user is there and check if it has the right amount of items inside.
@NothingWorksToday commented on GitHub (Aug 14, 2020):
No user there o.O
@BlackDex commented on GitHub (Oct 13, 2020):
@NothingWorksToday, what was the solution?