diff --git a/files/templates/email/2fa_remove.html b/files/templates/email/2fa_remove.html index fbfe090ec..7c4d0ae35 100644 --- a/files/templates/email/2fa_remove.html +++ b/files/templates/email/2fa_remove.html @@ -1,32 +1,15 @@ {% extends "email/default.html" %} -{% block title %}Remove Two-Factor Authentication{% endblock %} - -{% block preheader %}Remove Two-Factor Authentication.{% endblock %} +{% block title %}Remove Two-Factor Authentication{% endblock %} {% block content %}

We received a request to remove two-factor authentication from your account. In 72 hours, click the link below.

If you didn't make this request, change your password and use the Log Out Everywhere feature in your Security Settings to permanently invalidate the link.

-
- - - - - - - - -

Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.

-
- - - - + + + +
+ {% endblock %} diff --git a/files/templates/email/default.html b/files/templates/email/default.html index c70561695..5cad9fb25 100644 --- a/files/templates/email/default.html +++ b/files/templates/email/default.html @@ -1,410 +1,112 @@ - - - - - - - - - - - - {% block preheader %}Thanks for joining {{SITE_TITLE}}! Please take a sec to verify the email you used to sign up.{% endblock %} -
- - - - - + + + + + + + + + +
+

{% block title %}{% endblock %}

+ {% block content %} + {% endblock %} +
+ diff --git a/files/templates/email/email_change.html b/files/templates/email/email_change.html index 80ead2fb7..3a807b989 100644 --- a/files/templates/email/email_change.html +++ b/files/templates/email/email_change.html @@ -1,54 +1,18 @@ {% extends "email/default.html" %} -{% block title %}Verify Your Email{% endblock %} - -{% block preheader %}Verify your new {{SITE_TITLE}} email.{% endblock %} +{% block title %}Verify your new {{SITE_TITLE}} email.{% endblock %} {% block content %} -

You told us you wanted to change your {{SITE_TITLE}} account email. To finish this process, please verify your new email address:

-
- - - - - - - - -

For reference, here's your current information:

-
- - - - - - - - - - - -

Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.

-
- - - - +

You told us you wanted to change your {{SITE_TITLE}} account email. To finish this process, please verify your new email address:

+ +

For reference, here's your current information:

+ + +
+ {% endblock %} diff --git a/files/templates/email/email_verify.html b/files/templates/email/email_verify.html index 5902cc1b9..748d19f23 100644 --- a/files/templates/email/email_verify.html +++ b/files/templates/email/email_verify.html @@ -1,52 +1,18 @@ {% extends "email/default.html" %} -{% block title %}Welcome to {{SITE_TITLE}}!{% endblock %} +{% block title %}Welcome to {{SITE_TITLE}}!{% endblock %} {% block content %} -

Thanks for joining {{SITE_TITLE}}. We’re happy to have you on board. To get the most out of {{SITE_TITLE}}, please verify your account email:

-
- - - - - - - - -

For reference, here's your username.

-
- - - - - - - - - - - -

Please note that {{SITE_TITLE}} will never ask you for your email, password, or two-factor token via email, text, or phone.

-
- - - - +

Thanks for joining {{SITE_TITLE}}. We’re happy to have you on board. Please click the button below to verify your email address:

+ +

For reference, here's your username:

+ + +
+ {% endblock %} diff --git a/files/templates/email/password_reset.html b/files/templates/email/password_reset.html index 1bdb1be35..32a8157a0 100644 --- a/files/templates/email/password_reset.html +++ b/files/templates/email/password_reset.html @@ -1,52 +1,18 @@ {% extends "email/default.html" %} -{% block title %}Reset Your Password{% endblock %} -{% block preheader %}Reset your {{SITE_TITLE}} password.{% endblock %} +{% block title %}Reset your {{SITE_TITLE}} password.{% endblock %} {% block content %} -

To reset your password, click the button below:

-
- - - - - - - - -

For reference, here's your login information:

-
- - - - - - - - - - - -
- - - - +

To reset your password, click the button below:

+ +

For reference, here's your login information:

+ + +
+ {% endblock %}