|
1 | 1 | {% load ietf_filters %}{% filter wordwrap:78 %} |
2 | 2 | Dear {{ person.plain_name }}, |
3 | 3 |
|
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. |
6 | 6 |
|
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' %}. |
9 | 11 |
|
10 | 12 | 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. |
14 | 16 |
|
15 | 17 | For information on how personal information is handled in the datatracker, please see |
16 | 18 | {{ settings.IDTRACKER_BASE_URL }}/help/personal-information. |
17 | 19 |
|
| 20 | + |
18 | 21 | Thank You, |
19 | 22 | The IETF Secretariat |
20 | 23 | {% endfilter %} |
0 commit comments