12 changed files with 151 additions and 74 deletions
@ -0,0 +1,12 @@ |
|||
Admin account recovery from {{org_name}} organization |
|||
<!----------------> |
|||
{{#if reset_password}} |
|||
The master password for {{user_name}} has been changed. |
|||
{{/if}} |
|||
{{#if reset_2fa}} |
|||
Your two steps providers have been reset. {{#if fallback_2fa_email}} Email two factor has been activated as a fallback.{{/if}} |
|||
{{/if}} |
|||
|
|||
If you did not initiate this request, please reach out to your administrator immediately. |
|||
|
|||
{{> email/email_footer_text }} |
|||
@ -1,10 +1,17 @@ |
|||
Master Password Has Been Changed |
|||
Admin account recovery from {{org_name}} organization |
|||
<!----------------> |
|||
{{> 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"> |
|||
The master password 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;">{{user_name}}</b> has been changed by an administrator in your <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;">{{org_name}}</b> organization. If you did not initiate this request, please reach out to your administrator immediately. |
|||
{{#if reset_password}} |
|||
The master password 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;">{{user_name}}</b> has been changed. |
|||
{{/if}} |
|||
{{#if reset_2fa}} |
|||
Your two steps providers have been reset. {{#if fallback_2fa_email}} Email two factor has been activated as a fallback.{{/if}} |
|||
{{/if}} |
|||
<br> |
|||
If you did not initiate this request, please reach out to your administrator immediately. |
|||
</td> |
|||
</tr> |
|||
</table> |
|||
@ -1,4 +0,0 @@ |
|||
Master Password Has Been Changed |
|||
<!----------------> |
|||
The master password for {{user_name}} has been changed by an administrator in your {{org_name}} organization. If you did not initiate this request, please reach out to your administrator immediately. |
|||
{{> email/email_footer_text }} |
|||
Loading…
Reference in new issue