Skip to content

Commit 2aefd51

Browse files
committed
Updated the personal information notification email template.
- Legacy-Id: 15458
1 parent 44d4d76 commit 2aefd51

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{% load ietf_filters %}{% filter wordwrap:78 %}
22
Dear {{ person.plain_name }},
33

4-
This email concerns some personal information stored in your IETF datatracker profile that
5-
requires your consent for storage and use.
4+
This email is regarding some of the personal information stored in your IETF datatracker
5+
profile; information for which we require your consent for storage and use.
66

7-
If you do nothing in response to this email, the information in your profile that requires
8-
consent ({{ fields|safe }}) will be deleted one month from now, on {{ date }}.
7+
If you do nothing in response to this email, the information in your profile
8+
that requires consent ({{ fields|safe }} and login) will be deleted {{ days }}
9+
days from now, on {{ date }}. If you later wish to create a new login, you can
10+
do so at {{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.ietfauth.views.create_account' %}.
911

1012
If you would like to keep the information that requires consent available, please go to
11-
{{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.ietfauth.views.profile' %}, check the
12-
information, scroll down to the end of the page, check the 'Consent' checkbox and submit
13-
the form.
13+
{{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.ietfauth.views.profile' %}, and review and
14+
edit the information as desired. When ready, please check the 'Consent' checkbox found
15+
at the bottom of the page and submit the form.
1416

1517
For information on how personal information is handled in the datatracker, please see
1618
{{ settings.IDTRACKER_BASE_URL }}/help/personal-information.
1719

20+
1821
Thank You,
1922
The IETF Secretariat
2023
{% endfilter %}

0 commit comments

Comments
 (0)