22 lines
866 B
Plaintext
22 lines
866 B
Plaintext
{% 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 %}
|