Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2FA Confirmation Code Email subject line change to fix triggering Google spam blocker #3572

Merged
merged 5 commits into from
Oct 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Login Verification 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 }}
4 changes: 2 additions & 2 deletions src/static/templates/email/twofactor_email.html.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Your Two-step Login Verification Code
Vaultwarden Login Verification Code
<!---------------->
{{> 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;">
Expand All @@ -13,4 +13,4 @@ Your Two-step Login Verification Code
</td>
</tr>
</table>
{{> email/email_footer }}
{{> email/email_footer }}