mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #113] Email Two factor auth #62
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.