mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
2 factor stopped working #308
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 @woolmonkey on GitHub (May 26, 2019).
Had 2 factor working but it stopped working. Now when the 2nd factor screen shows I get U2F error:2. Any ideas what is wrong. It was working previously haven't changed anything but updates to machine.
@dani-garcia commented on GitHub (May 27, 2019):
Can you make sure you are using the latest bitwarden_rs image? We had some problems with this recently and they should be fixed in the newer images.
@dnetguru commented on GitHub (May 28, 2019):
I ran into the same problem with the
mprasil/bitwarden:latestdocker image. Switching tobitwardenrs/server:latestfixed the problem.@woolmonkey commented on GitHub (Jun 1, 2019):
I'm running the latest 1.9. I'll pull from git and see if that fixes it.
@dani-garcia commented on GitHub (Jun 2, 2019):
The U2F fixes aren't in 1.9.0, I created a new release 1.9.1 which should fix this issue, the build will take some time though.
@dani-garcia commented on GitHub (Apr 8, 2020):
Closing due to inactivity, there have been a lot of fixes to U2F so this might be fixed already