From ce3c41d4f930b1f63d79284e3e90326f9d5304d1 Mon Sep 17 00:00:00 2001 From: aureateflux <106857930+aureateflux@users.noreply.github.com> Date: Sat, 10 Jun 2023 19:26:35 -0500 Subject: [PATCH] Update twofactor_email.html.hbs subject line to avoid triggering gmail content filter Previous subject line was triggering Google's spam blocker, breaking the 2FA setup process if a gmail SMTP server is configured. The new subject line does not (currently) run afoul of Google's filter. --- src/static/templates/email/twofactor_email.html.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/templates/email/twofactor_email.html.hbs b/src/static/templates/email/twofactor_email.html.hbs index fb21dc69..b9b77a79 100644 --- a/src/static/templates/email/twofactor_email.html.hbs +++ b/src/static/templates/email/twofactor_email.html.hbs @@ -1,4 +1,4 @@ -Your Two-step Login Verification Code +Vaultwarden Verification Code {{> email/email_header }}