mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-21 10:41:32 -05:00
Show notification and force if 2FA is required when first login #1316
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).
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.