From 967f8e6ab063b8c0e8039fd31e875429b05dc053 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 18 Nov 2019 22:23:12 +0100 Subject: [PATCH] update email template: remove "or you can paste this link" from html template --- templates/emails/activation.html | 12 +-------- templates/emails/change-email.html | 40 +++++++++++++++------------- templates/emails/reset-password.html | 12 +-------- 3 files changed, 24 insertions(+), 40 deletions(-) diff --git a/templates/emails/activation.html b/templates/emails/activation.html index cedab06e..6069adaf 100644 --- a/templates/emails/activation.html +++ b/templates/emails/activation.html @@ -141,17 +141,7 @@ to finish creating your account. padding-top: 25px; color: #000000; font-family: sans-serif;" class="paragraph"> - Or you can paste this link into your browser:

- {{ activation_link }} - - - - - - Thanks.
+ Cheers.
Son - SimpleLogin founder. diff --git a/templates/emails/change-email.html b/templates/emails/change-email.html index 852cebfa..fa9c5207 100644 --- a/templates/emails/change-email.html +++ b/templates/emails/change-email.html @@ -8,7 +8,7 @@ https://github.com/konsav/email-templates/ --> - SimpleLogin | Change email + SimpleLogin | Reset password @@ -106,9 +106,23 @@ a, a:hover { color: #000000; font-family: sans-serif;" class="paragraph"> You have asked to change your email to {{new_email}}. -

+ + + + + Your current email is {{current_email}}. -

+ + + + + To confirm, please click on this link: @@ -119,7 +133,7 @@ a, a:hover { + href="{{ link }}" target="_blank" style="text-decoration: underline;"> - - - - diff --git a/templates/emails/reset-password.html b/templates/emails/reset-password.html index cf81ca14..504d4cdf 100644 --- a/templates/emails/reset-password.html +++ b/templates/emails/reset-password.html @@ -131,17 +131,7 @@ a, a:hover { padding-top: 25px; color: #000000; font-family: sans-serif;" class="paragraph"> - Or you can paste this link into your browser:

- {{ reset_password_link }} - - - - -
- Or you can paste this link into your browser:

- {{ link }} -
- Thanks.
+ Cheers.
Son - SimpleLogin founder.
- Thanks.
+ Cheers.
Son - SimpleLogin founder.