-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filled in DomainClaimedByOrganization.html.hbs
- Loading branch information
1 parent
1d321e4
commit 2759afd
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{{#>TitleContactUsHtmlLayout}} | ||
<table width="100%" border="0" cellpadding="0" cellspacing="0" style="display: table; width:100%; padding-top: 35px; text-align: center;" align="center"> | ||
<tr> | ||
<td display="display: table-cell"> | ||
As a member of {{OrganizationName}}, your Bitwarden account is claimed and owned by your organization. | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; margin-top: 30px; margin-bottom: 25px; margin-left: 35px; margin-right: 35px;"> | ||
<b>Here's what that means:</b> | ||
<ul> | ||
<li>This account should only be used to store items related to {{OrganizationName}}</li> | ||
<li>Your admins managing your Bitwarden organization manages your email address and other account settings</li> | ||
<li>Your admins can also revoke or delete your account at any time</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; margin-top: 30px; margin-bottom: 25px; margin-left: 35px; margin-right: 35px;"> | ||
For more information, please refer to the following help article: <a href="https://bitwarden.com/help/claimed-accounts">Claimed Accounts</a> | ||
</td> | ||
</tr> | ||
</table> | ||
{{/TitleContactUsHtmlLayout}} |