15 lines
505 B
Plaintext
15 lines
505 B
Plaintext
{% autoescape off %}
|
|
Hello,
|
|
|
|
{% filter wordwrap:73 %}We have received an account creation request for {{ username }} at {{ domain }}. In order to set a new password for the {{ username }} account, please go to the following link and follow the instructions there:{% endfilter %}
|
|
|
|
https://{{ domain }}{% url "ietf.ietfauth.views.confirm_account" auth %}
|
|
|
|
This link will expire in {{ expire }} days.
|
|
|
|
Best regards,
|
|
|
|
The datatracker login manager service
|
|
(for the IETF Secretariat)
|
|
{% endautoescape %}
|