forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreation_email.txt
More file actions
21 lines (12 loc) · 866 Bytes
/
creation_email.txt
File metadata and controls
21 lines (12 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% autoescape off %}{% load ietf_filters %}
Hello,
{% filter wordwrap:78 %}We have received an account creation request for {{ username }} at {{ domain }}.{% endfilter %}
{% filter wordwrap:78 %}If you do not already have datatracker account, please go to the following link and follow the instructions there in order to set a new password for the {{ username }} account:{% endfilter %}
https://{{ domain }}{% url "ietf.ietfauth.views.confirm_account" auth %}
This link will expire in {{ expire }} days.
{% filter wordwrap:78 %}If you already have a datatracker account, please go to the following link instead, and add the new email {{ username }} to your existing account:{% endfilter %}
https://{{ domain }}{% url "ietf.ietfauth.views.profile" %}
Best regards,
The datatracker login manager service
(for the IETF Secretariat)
{% endautoescape %}