mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[GH-ISSUE #2603] Show notification and force if 2FA is required when first login #10132
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 @tapashdatta on GitHub (Jul 7, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2603
This seems to be a common issue for people where organisation sets 2FA is mandatory. But the user doesn’t receive a prompt to set up 2FA when they first login. It’s a bit confusing without knowing where the options are located. So, it would be better to have a prompt forcing to setup 2FA before proceeding further and give a direct link to the 2FA setup page. Thank for the app. Great effort!!
@BlackDex commented on GitHub (Jul 8, 2022):
I'm afraid that this kind of logic needs to be build-in into the clients, and is not something which can be done on the server side.
On the server side we can't actually force someone to go to a specific page within the whole web-vault interface.