Browse Source

Fix recovery email

pull/7435/head
Timshel 3 weeks ago
parent
commit
e41ee47f93
  1. 2
      src/static/templates/email/admin_account_recovery.hbs
  2. 2
      src/static/templates/email/admin_account_recovery.html.hbs

2
src/static/templates/email/admin_account_recovery.hbs

@ -4,7 +4,7 @@ Admin account recovery from {{org_name}} organization
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}}
Your two-step verification 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.

2
src/static/templates/email/admin_account_recovery.html.hbs

@ -8,7 +8,7 @@ Admin account recovery from {{org_name}} organization
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}}
Your two-step verification 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.

Loading…
Cancel
Save