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;">
- Or you can paste this link into your browser:
- {{ link }}
- |
-
-
-
-
- Thanks.
+ Cheers.
Son - SimpleLogin founder.
|
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 }}
-
-
-
-
-
- Thanks.
+ Cheers.
Son - SimpleLogin founder.
|
|