Skip to content

Commit

Permalink
update copy for domain claimed by organization email (#5138)
Browse files Browse the repository at this point in the history
  • Loading branch information
BTreston authored Dec 12, 2024
1 parent 867fa84 commit 03dde0d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<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>Admins managing your Bitwarden organization manage your email address and other account settings</li>
<li>Admins can also revoke or delete your account at any time</li>
<li>Your administrators can delete your account at any time</li>
<li>You cannot leave the organization</li>
</ul>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
As a member of {{OrganizationName}}, your Bitwarden account is claimed and owned by your organization.

Here's what that means:
- This account should only be used to store items related to {{OrganizationName}}
- Your admins managing your Bitwarden organization manages your email address and other account settings
- Your admins can also revoke or delete your account at any time
- Your administrators can delete your account at any time
- You cannot leave the organization

For more information, please refer to the following help article: Claimed Accounts (https://bitwarden.com/help/claimed-accounts)
2 changes: 1 addition & 1 deletion src/Core/Services/Implementations/HandlebarsMailService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ MailQueueMessage CreateMessage(string emailAddress, Organization org) =>
"AdminConsole.DomainClaimedByOrganization",
new ClaimedDomainUserNotificationViewModel
{
TitleFirst = $"Hey {emailAddress}, here is a heads up on your claimed account:",
TitleFirst = $"Hey {emailAddress}, your account is owned by {org.DisplayName()}",
OrganizationName = CoreHelpers.SanitizeForEmail(org.DisplayName(), false)
});
}
Expand Down

0 comments on commit 03dde0d

Please sign in to comment.