From 47b0601477f29c0ce238f5a85823bf1c4e9b5b5f Mon Sep 17 00:00:00 2001 From: Geri680 <163661255+Geri680@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:40:50 +0400 Subject: [PATCH 1/2] Update activation.html --- .../emails/transactional/activation.html | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/templates/emails/transactional/activation.html b/templates/emails/transactional/activation.html index e7a2c4767..617b3c314 100644 --- a/templates/emails/transactional/activation.html +++ b/templates/emails/transactional/activation.html @@ -2,12 +2,18 @@ {% block content %} - {{ render_text("Thank you for choosing SimpleLogin.") }} - {{ render_text("To get started, please confirm that " + email + " is your email address by clicking on the button below within 1 hour.") }} - {{ render_text("If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.") }} - {{ render_button("Verify email", activation_link) }} - {{ render_text('Thanks, -
- SimpleLogin Team.') }} - {{ raw_url(activation_link) }} + {{ render_text("Thank you for choosing SimpleLogin.") }} + + {{ render_text("Before proceeding, please read the following prohibited actions and then click the button below to continue.") }} + {{ render_text("No Mass Signups:
Do not use SimpleLogin to create large numbers of accounts on other websites or services.") }} + {{ render_text("No Multiple Free Accounts:
Do not create multiple free accounts as this is not considered an acceptable use of the service.") }} + {{ render_text("No Marking Emails as Spam:
Do not mark emails forwarded to you by SimpleLogin as spam.") }} + + {{ render_text("To get started, please confirm that " + email + " is your email address by clicking on the button below within 1 hour.") }} + {{ render_text("If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.") }} + {{ render_button("Verify email", activation_link) }} + {{ render_text('Thanks, +
+ SimpleLogin Team.') }} + {{ raw_url(activation_link) }} {% endblock %} From d452de228d0bee23b3b4df94ad038677222cac69 Mon Sep 17 00:00:00 2001 From: Geri680 <163661255+Geri680@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:42:32 +0400 Subject: [PATCH 2/2] Update activation.txt --- templates/emails/transactional/activation.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/templates/emails/transactional/activation.txt b/templates/emails/transactional/activation.txt index 304008cf9..2a342812f 100644 --- a/templates/emails/transactional/activation.txt +++ b/templates/emails/transactional/activation.txt @@ -3,6 +3,17 @@ {% block content %} Thank you for choosing SimpleLogin. +Before proceeding, please read the following prohibited actions and then click the button below to continue. + +No Mass Signups: +Do not use SimpleLogin to create large numbers of accounts on other websites or services. + +No Multiple Free Accounts: +Do not create multiple free accounts as this is not considered an acceptable use of the service. + +No Marking Emails as Spam: +Do not mark emails forwarded to you by SimpleLogin as spam. + To get started, please confirm that {{email}} is your email address using this link {{activation_link}} within 1 hour. If it wasn't you, maybe someone entered your email by mistake. In this case you can ignore this mail.