Skip to content

Commit

Permalink
Adjustment of suspend/delete notification mails
Browse files Browse the repository at this point in the history
temporary, until #1427 is implemented
  • Loading branch information
baszoetekouw committed Jun 14, 2024
1 parent a02c050 commit 92dabee
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 7 deletions.
9 changes: 8 additions & 1 deletion server/templates/suspend_delete_warning_notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,23 @@
Management.
Because we do not want to store your information longer than necessary,
your profile will be deleted on {{ deletion_date }}.
This means non-web services might not work anymore.</p>
{# This means non-web services might not work anymore. #}
This means you will not be able to log in any longer to services conencted to your collaborations.
</p>

{% include "personal_information.html" %}

{#
<p>If you want to keep using the services available through SURF Research Access Management,
simply login using the link below or by going to <a href="{{ base_url }}/login">{{ base_url }}/login</a>.
</p>
<p>If you want to delete your profile right away, please go
to <a href="{{ base_url }}/profile?delete=true">{{ base_url }}/profile?delete=true</a>.
</p>
#}
<p>If you would like to keep using the services available through SURF Research Access Management,
please contact us at <a href="mailto:[email protected]">[email protected]</a>.
</p>

<a class="button" href="{{ base_url }}/login"
style="border-radius: 4px;color: white;background-color: #0077c8;text-decoration: none;display: inline-block;margin: 15px 0;cursor:pointer;padding: 14px 26px;font-size: 18px;">
Expand Down
7 changes: 6 additions & 1 deletion server/templates/suspend_delete_warning_notification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
{{ salutation }},
According to our information, it's been {{ days_ago }} days since you last used SURF Research Access Management.
Because we do not want to store your information longer than necessary, your profile will be deleted on {{ deletion_date }}.
This means non-web services might not work anymore.
{# This means non-web services might not work anymore. #}
This means you will not be able to log in any longer to services conencted to your collaborations.

If you would like to keep using the services available through SURF Research Access Management,
please contact us at [email protected].
{#
If you want to keep using the services available through SURF Research Access Management,
simply login using the link below or by going to {{ base_url }}/login.
If you want to delete your profile right away, please go to {{ base_url }}/profile?delete=true.
#}

If you have any questions, please let us know by sending a mail to {{ support_address }}.

Expand Down
10 changes: 8 additions & 2 deletions server/templates/suspend_suspend_notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,23 @@
Management.
Because we do not want to store your information longer than necessary,
your profile has been marked inactive.
This means non-web services might not work anymore. On {{ deletion_date }}, your profile will be
deleted.</p>
{# This means non-web services might not work anymore. #}
This means you will not be able to log in any longer to services conencted to your collaborations.
On {{ deletion_date }}, your profile will be deleted.</p>

{% include "personal_information.html" %}

{#
<p>If you want to keep using the services available through SURF Research Access Management,
simply login using the link below or by going to <a href="{{ base_url }}/login">{{ base_url }}/login</a>.
</p>
<p>If you want to delete your profile right away, please go
to <a href="{{ base_url }}/profile?delete=true">{{ base_url }}/profile?delete=true</a>.
</p>
#}
<p>If you would like to keep using the services available through SURF Research Access Management,
please contact us at <a href="mailto:[email protected]">[email protected]</a>.
</p>

<a class="button" href="{{ base_url }}/login"
style="border-radius: 4px;color: white;background-color: #0077c8;text-decoration: none;display: inline-block;margin: 15px 0;cursor:pointer;padding: 14px 26px;font-size: 18px;">
Expand Down
13 changes: 10 additions & 3 deletions server/templates/suspend_suspend_notification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
{{ salutation }},
According to our information, it's been {{ days_ago }} days since you last used SURF Research Access Management.
Because we do not want to store your information longer than necessary, your profile has been marked inactive.
This means non-web services might not work anymore. On {{ deletion_date }}, your profile will be deleted.
{# This means non-web services might not work anymore. #}
This means you will not be able to log in any longer to services conencted to your collaborations.
On {{ deletion_date }}, your profile will be deleted.

If you want to keep using the services available through SURF Research Access Management,
simply login using the link below or by going to {{ base_url }}/login.
{# If you want to keep using the services available through SURF Research Access Management,
simply login using the link below or by going to {{ base_url }}/login. #}
If you would like to keep using the services available through SURF Research Access Management,
please contact us at [email protected].

{#
If you want to delete your profile right away, please go to {{ base_url }}/profile?delete=true.
#}

If you have any questions, please let us know by sending a mail to {{ support_address }}.

Expand Down

0 comments on commit 92dabee

Please sign in to comment.