mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Filled in DomainClaimedByOrganization.html.hbs
This commit is contained in:
parent
498cc7a5a9
commit
79ca29b767
@ -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}}
|
Loading…
Reference in New Issue
Block a user