18 lines
697 B
Plaintext
18 lines
697 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 %}A datatracker account for that email already exists. If you have forgotten the password for the {{ username }} account, please go to the following link and follow the instructions there:{% endfilter %}
|
|
|
|
https://{{ domain }}{% url "ietf.ietfauth.views.password_reset" %}
|
|
|
|
If you have not requested the account creation you can ignore this email, your
|
|
credentials have been left untouched.
|
|
|
|
Best regards,
|
|
|
|
The datatracker login manager service
|
|
(for the IETF Secretariat)
|
|
{% endautoescape %}
|