From Kesara Rathnayake: Expire password reset links on use, password change through other mechanics, login, or a short configurable time (initially one hour). Patched in at 7.45.0.p2. - Legacy-Id: 19968 Note: SVN reference [19967] has been migrated to Git commit 682392081bddbd1b8653df9135388e6b7c48ee1c
18 lines
649 B
Plaintext
18 lines
649 B
Plaintext
{% autoescape off %}{% load ietf_filters %}
|
|
Hello,
|
|
|
|
{% filter wordwrap:78 %}We have received a password reset 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_password_reset" auth %}
|
|
|
|
This link will expire in {{ expire }} minutes.
|
|
|
|
If you have not requested a password reset you can ignore this email, your
|
|
credentials have been left untouched.
|
|
|
|
Best regards,
|
|
|
|
The datatracker login manager service
|
|
(for the IETF Secretariat)
|
|
{% endautoescape %}
|