mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
[PR #3571] [CLOSED] 2FA Confirmation Code Email subject line change to circumvent Google spam blocker #3167
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/3571
Author: @aureateflux
Created: 6/11/2023
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
d14baa3Update twofactor_email.hbs subject line to avoid triggering gmail content filterce3c41dUpdate twofactor_email.html.hbs subject line to avoid triggering gmail content filter📊 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 is my first Pull Request, so if I've done anything wrong please (gently) let me know!)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.