mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 00:53:23 -05:00
Email 2fa prompt inaccurate #1134
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 @ninjamonkey198206 on GitHub (Oct 20, 2021).
It's a minor annoyance rather than a critical issue.
When enabling 2fa email, and when actually using it, the prompt asks for the 6 digit code regardless of the number set in settings.
If it were me, I'd just remove the number reference entirely to avoid having to code something to pull the configured verification code length.
@BlackDex commented on GitHub (Oct 20, 2021):
This is hardcoded into the web-vault. Not something we can easily adjust at runtime/startup.