1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

html email template formatting updates

This commit is contained in:
Kyle Spearrin 2018-08-06 14:04:13 -04:00
parent a06502be9a
commit f832ad0ed3
10 changed files with 20 additions and 23 deletions

View File

@ -1,5 +1,5 @@
{{#>FullHtmlLayout}}
<p>
To finalize changing your email address enter the following code in the pop-up window: {{Token}}
To finalize changing your email address enter the following code in the pop-up window: <b>{{Token}}</b>
</p>
{{/FullHtmlLayout}}

View File

@ -1,7 +1,7 @@
{{#>FullHtmlLayout}}
<p>
A user ({{FromEmail}}) recently tried to change their account to use this
email address ({{ToEmail}}). An account already exists with this email ({{ToEmail}}).
A user ({{FromEmail}}) recently tried to change their account to use this email address ({{ToEmail}}).
An account already exists with this email ({{ToEmail}}).
</p>
<p>
If you did not try to change an email address, you can safely ignore this email.

View File

@ -1,8 +1,7 @@
{{#>FullHtmlLayout}}
<p>
This is a reminder that your Bitwarden subscription is due for renewal soon.
Your payment method on file will be charged for <b>{{usd AmountDue}}</b> on
<b>{{date DueDate 'MMM dd, yyyy'}}</b>.
This is a reminder that your Bitwarden subscription is due for renewal soon. Your payment method on file will
be charged for <b>{{usd AmountDue}}</b> on <b>{{date DueDate 'MMM dd, yyyy'}}</b>.
</p>
{{#if Items}}
<p>
@ -13,9 +12,8 @@
</p>
{{/if}}
<p>
To avoid any interruption in service, please ensure that your payment method
on file is up to date and can be charged for the above amount. You can manage your
subscription and payment method by logging into the web vault at
To avoid any interruption in service, please ensure that your payment method on file is up to date and can be
charged for the above amount. You can manage your subscription and payment method by logging into the web vault at
{{{link WebVaultUrl}}}. Once logged in, navigate to the Billing page for your account.
</p>
{{#if MentionInvoices}}
@ -24,7 +22,6 @@
</p>
{{/if}}
<p>
If you have any questions or problems, please feel free to email us at
hello@bitwarden.com.
If you have any questions or problems, please feel free to email us at hello@bitwarden.com.
</p>
{{/FullHtmlLayout}}

View File

@ -1,7 +1,7 @@
{{#>FullHtmlLayout}}
<p>
You (or someone) recently requested your master password hint.
Unfortunately, your account does not have a master password hint.
You (or someone) recently requested your master password hint. Unfortunately, your account does not have a
master password hint.
</p>
<p>If you did not request your master password hint you can safely ignore this email.</p>
{{/FullHtmlLayout}}

View File

@ -1,5 +1,5 @@
{{#>FullHtmlLayout}}
<p>This email is to notify you that {{UserEmail}} has accepted your invitation to join {{OrganizationName}}.</p>
<p>To confirm this user, log into the Bitwarden web vault, manage your organization "People, and confirm the user.</p>
<p>This email is to notify you that {{UserEmail}} has accepted your invitation to join <b>{{OrganizationName}}</b>.</p>
<p>To confirm this user, log into the Bitwarden web vault, manage your organization "People", and confirm the user.</p>
<p>If you do not wish to confirm this user, you can also remove them from the organization on the same page.</p>
{{/FullHtmlLayout}}

View File

@ -1,4 +1,4 @@
{{#>FullHtmlLayout}}
<p>This email is to notify you that you have been confirmed as a user of {{OrganizationName}}.</p>
<p>This email is to notify you that you have been confirmed as a user of <b>{{OrganizationName}}</b>.</p>
<p>Any collections and logins being shared with you by this organization will now appear in your Bitwarden vault.</p>
{{/FullHtmlLayout}}

View File

@ -1,7 +1,7 @@
{{#>FullHtmlLayout}}
<p>
You have been invited to join the {{OrganizationName}} organization.
To accept this invite, click the following link:
You have been invited to join the {{OrganizationName}} organization. To accept this invite, click the following
link:
</p>
<p>{{{link Url 'true'}}}</p>
<p>

View File

@ -1,6 +1,6 @@
{{#>FullHtmlLayout}}
<p>
Your two-step verification code is: {{Token}}
Your two-step verification code is: <b>{{Token}}</b>
</p>
<p>
Use this code to complete logging in with Bitwarden.

View File

@ -1,7 +1,7 @@
{{#>FullHtmlLayout}}
<p>
Click the link below to delete your Bitwarden account ({{Email}}).
If you did not request this email to delete your Bitwarden account, you can safely ignore it.
Click the link below to delete your Bitwarden account ({{Email}}). If you did not request this email to delete
your Bitwarden account, you can safely ignore it.
</p>
<p>{{{link Url 'true'}}}</p>
{{/FullHtmlLayout}}

View File

@ -1,7 +1,7 @@
{{#>FullHtmlLayout}}
<p>
Verify this email address for your Bitwarden account by clicking the following link.
If you did not request this email to verify a Bitwarden account, you can safely ignore it.
Verify this email address for your Bitwarden account by clicking the following link. If you did not request this
email to verify a Bitwarden account, you can safely ignore it.
</p>
<p>{{{link Url 'true'}}}</p>
{{/FullHtmlLayout}}