mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-24 19:07:44 +03:00
[PR #3572] [MERGED] 2FA Confirmation Code Email subject line change to fix triggering Google spam blocker #3277
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/3572
Author: @aureateflux
Created: 6/11/2023
Status: ✅ Merged
Merged: 10/21/2023
Merged by: @dani-garcia
Base:
main← Head:2FA-Email-Subject-Line-fix📝 Commits (5)
bb87b64Update twofactor_email.hbs subject line to avoid triggering gmail content filter2228dd3Update twofactor_email.html.hbs subject line to avoid triggering gmail content filterc3081b5Update twofactor_email.hbsc4fc111Update twofactor_email.hbs9b9fc74Update twofactor_email.html.hbs📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
src/static/templates/email/twofactor_email.hbs(+2 -2)📝
src/static/templates/email/twofactor_email.html.hbs(+2 -2)📄 Description
Changed subject lines in both the regular and HTML version of the 2FA confirmation email because previous subject line ("Your Two-step Login Verification Code") was being blocked by Google's servers.
The new subject line is "Vaultwarden Confirmation Code"
Please comment if a different subject line is preferable for any reason.
I've only tested this subject line with the emailer configured to use a Google SMTP server. If you have Vaultwarden configured to use another email service, please test this template using your email service.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.