-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjustment of suspend/delete notification mails
temporary, until #1427 is implemented
- Loading branch information
1 parent
a02c050
commit 92dabee
Showing
4 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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;"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }}. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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;"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }}. | ||
|
||
|