Browse Source
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.
pull/3571/head
aureateflux
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
src/static/templates/email/twofactor_email.html.hbs
@ -1,4 +1,4 @@
Your Two-step Logi n Verification Code
Vaultwarde n Verification Code
<!---------------->
<!---------------->
{{ > email / email_header }}
{{ > email / email_header }}
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
<table width="100%" cellpadding="0" cellspacing="0" style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">
@ -13,4 +13,4 @@ Your Two-step Login Verification Code
</td>
</td>
</tr>
</tr>
</table>
</table>
{{ > email / email_footer }}
{{ > email / email_footer }}