Skip to content

Commit a2a19b8

Browse files
committed
Updated the personal information notice email text based on advice from councel (Tom Zych).
- Legacy-Id: 15475
1 parent a5cc83c commit a2a19b8

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

ietf/templates/utils/personal_information_notice.txt

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

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.
4+
We write to address certain personal information stored in your IETF
5+
datatracker profile. Going forward, we will maintain and use your personal
6+
information only with your consent.
67

78
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' %}.
9+
that requires consent ({{ fields|safe }}) will be deleted {{ days }} days from
10+
the date of this email, that is, on {{ date }}. If you later wish to create a
11+
new login, you can do so at
12+
{{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.ietfauth.views.create_account' %}.
1113

12-
If you would like to keep the information that requires consent available, please go to
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.
14+
If you would us to continue to maintain and process the information that
15+
requires your consent, please go to
16+
{{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.ietfauth.views.profile' %},
17+
and review and edit the information as desired and confirm your consent to our
18+
continued maintenance and use of your information by checking the 'Consent'
19+
checkbox found at the bottom of the page, and then submit the form.
1620

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

0 commit comments

Comments
 (0)