From f5ad45b9db809f2a37068b507043f60e7f62dfed Mon Sep 17 00:00:00 2001 From: Geri680 <163661255+Geri680@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:08:37 +0400 Subject: [PATCH 1/3] Add TOS notice --- templates/auth/register_waiting_activation.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/templates/auth/register_waiting_activation.html b/templates/auth/register_waiting_activation.html index 3c902b362..72d63748c 100644 --- a/templates/auth/register_waiting_activation.html +++ b/templates/auth/register_waiting_activation.html @@ -3,12 +3,20 @@ {% block title %}Activation Email Sent{% endblock %} {% block single_content %} -
+

An email to validate your email is on its way.

Please check your inbox/spam folder.

Make sure to mark the message as not spam so that future messages come to your normal inbox

+

Acceptable Use Policy

+

Please adhere to the following guidelines to ensure a smooth and secure experience:

+

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 addy.io as spam to this page

-
+
{% endblock %} {% block script %}{% endblock %} From 86efbbbe503d2f3b59447efb4010e98a0149d997 Mon Sep 17 00:00:00 2001 From: Geri680 <163661255+Geri680@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:12:04 +0400 Subject: [PATCH 2/3] Fix mistake XD --- templates/auth/register_waiting_activation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/auth/register_waiting_activation.html b/templates/auth/register_waiting_activation.html index 72d63748c..7e7ede757 100644 --- a/templates/auth/register_waiting_activation.html +++ b/templates/auth/register_waiting_activation.html @@ -15,7 +15,7 @@

Acceptable Use Policy

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 addy.io as spam to this page

+

Do not mark emails forwarded to you by SimpleLogin as spam to this page

{% endblock %} From 9d2bdf2c88493468bcec950c90358b603ff15e23 Mon Sep 17 00:00:00 2001 From: Geri680 <163661255+Geri680@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:47:08 +0400 Subject: [PATCH 3/3] Fix --- templates/auth/register_waiting_activation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/auth/register_waiting_activation.html b/templates/auth/register_waiting_activation.html index 7e7ede757..d5e9ede38 100644 --- a/templates/auth/register_waiting_activation.html +++ b/templates/auth/register_waiting_activation.html @@ -15,7 +15,7 @@

Acceptable Use Policy

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 this page

+

Do not mark emails forwarded to you by SimpleLogin as spam

{% endblock %}