-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2044 from jjlin/emergency-access-cleanup
Emergency Access cleanup
- Loading branch information
Showing
21 changed files
with
101 additions
and
101 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
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
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
src/static/templates/email/emergency_access_invite_accepted.hbs
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Emergency contact {{{grantee_email}}} accepted | ||
Emergency access contact {{{grantee_email}}} accepted | ||
<!----------------> | ||
This email is to notify you that {{grantee_email}} has accepted your invitation to become an emergency access contact. | ||
|
||
To confirm this user, Log into {{url}} the Bitwarden web vault, go to settings and confirm the user. | ||
To confirm this user, log into the web vault ({{url}}), go to settings and confirm the user. | ||
|
||
If you do not wish to confirm this user, you can also remove them on the same page. | ||
{{> email/email_footer_text }} |
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
6 changes: 3 additions & 3 deletions
6
src/static/templates/email/emergency_access_invite_confirmed.hbs
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Emergency contact for {{{grantor_name}}} confirmed | ||
Emergency access contact for {{{grantor_name}}} confirmed | ||
<!----------------> | ||
This email is to notify you that you have been confirmed as an emergency access contact for *{{grantor_name}}* was confirmed. | ||
This email is to notify you that you have been confirmed as an emergency access contact for *{{grantor_name}}*. | ||
|
||
You can now initiate emergency access requests from the web vault. Log in {{url}}. | ||
You can now initiate emergency access requests from the web vault ({{url}}). | ||
{{> email/email_footer_text }} |
9 changes: 4 additions & 5 deletions
9
src/static/templates/email/emergency_access_invite_confirmed.html.hbs
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 |
---|---|---|
@@ -1,17 +1,16 @@ | ||
Emergency contact for {{{grantor_name}}} confirmed | ||
Emergency access contact for {{{grantor_name}}} confirmed | ||
<!----------------> | ||
{{> 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;"> | ||
<tr 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;"> | ||
<td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none;" valign="top"> | ||
This email is to notify you that you have been confirmed as an emergency access contact for <b 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;">{{grantor_name}}</b> was confirmed. | ||
This email is to notify you that you have been confirmed as an emergency access contact for <b 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;">{{grantor_name}}</b>. | ||
</td> | ||
</tr> | ||
<tr 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;"> | ||
<td class="content-block last" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0; -webkit-text-size-adjust: none;" valign="top"> | ||
You can now initiate emergency access requests from the web vault. <br> | ||
<a href="{{url}}/">Log in</a> | ||
You can now initiate emergency access requests from the <a href="{{url}}/">web vault</a>. | ||
</td> | ||
</tr> | ||
</table> | ||
{{> email/email_footer }} | ||
{{> email/email_footer }} |
4 changes: 2 additions & 2 deletions
4
src/static/templates/email/emergency_access_recovery_approved.hbs
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Emergency contact request for {{{grantor_name}}} approved | ||
Emergency access request for {{{grantor_name}}} approved | ||
<!----------------> | ||
{{grantor_name}} has approved your emergency request. You may now login {{url}} on the web vault and access their account. | ||
{{grantor_name}} has approved your emergency access request. You may now login on the web vault ({{url}}) and access their account. | ||
{{> email/email_footer_text }} |
Oops, something went wrong.