From bb87b64bb6cde8d9b27b424b0e5f48b022c0f1bb Mon Sep 17 00:00:00 2001 From: aureateflux <106857930+aureateflux@users.noreply.github.com> Date: Sat, 10 Jun 2023 19:25:16 -0500 Subject: [PATCH] Update twofactor_email.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.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/templates/email/twofactor_email.hbs b/src/static/templates/email/twofactor_email.hbs index ae24df6a96..c52bbd03ec 100644 --- a/src/static/templates/email/twofactor_email.hbs +++ b/src/static/templates/email/twofactor_email.hbs @@ -1,6 +1,6 @@ -Your Two-step Login Verification Code +Vaultwarden Confirmation Code Your two-step verification code is: {{token}} Use this code to complete logging in with Vaultwarden. -{{> email/email_footer_text }} \ No newline at end of file +{{> email/email_footer_text }}