Skip to content

Commit

Permalink
Update twofactor_email.hbs subject line to avoid triggering gmail con…
Browse files Browse the repository at this point in the history
…tent 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.
  • Loading branch information
aureateflux committed Oct 21, 2023
1 parent 8933ac2 commit bb87b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/templates/email/twofactor_email.hbs
Original file line number Diff line number Diff line change
@@ -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 }}
{{> email/email_footer_text }}

0 comments on commit bb87b64

Please sign in to comment.