mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 17:02:14 -05:00
[GH-ISSUE #113] Email Two factor auth #33013
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 @andyjhall on GitHub (Aug 3, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/113
Hi,
Trying to setup two factor authentication via email gives an onscreen error after entering the master password:
"Errors have occurred
An unexpected error has occurred."
The browser console then shows:
POST https://bitwardenserver/api/two-factor/get-email 404 ()
@dani-garcia commented on GitHub (Aug 3, 2018):
Email is not implemented at the moment. If you need two factor auth, the most reliable option at the moment is TOTP auth.
@mprasil commented on GitHub (Aug 3, 2018):
Hi, the whole email sending functionality is not implemented, so that also rules out email 2fa. There's no reason why it couldn't be added other than nobody bothered to do that. Pull requests towards getting that done are obviously welcome.
@dani-garcia commented on GitHub (Nov 9, 2018):
To keep the issue tracker more focused, I'm closing this issue in favor of the meta issue at #246.