mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[PR #7225] [MERGED] fix email 2fa for bw cli #23432
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/7225
Author: @stefan0xC
Created: 5/14/2026
Status: ✅ Merged
Merged: 5/16/2026
Merged by: @BlackDex
Base:
main← Head:fix-mail-2fa-for-cli📝 Commits (1)
e7acb42fix email 2fa for bw cli📊 Changes
1 file changed (+5 additions, -2 deletions)
View changed files
📝
src/api/core/two_factor/email.rs(+5 -2)📄 Description
fixes #7212 by making the device identifier optional.
Note that this means that you can't login using sso if you have enabled email as 2fa because the cli apparently sends neither an email address nor a device id as far as I've tested it...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #7225] fix email 2fa for bw clito [PR #7225] [MERGED] fix email 2fa for bw cli