{% extends "registration/base.html" %} {% block title %}Password Reset Request{% endblock %} {% block content %}

Password Reset Request

{% if success %}

Your password reset request has been successfully received.
We have sent you an email with instructions on how to set a new password.

Best regards,

The datatracker login manager service
(for the IETF Secretariat)

{% else %}
{{ form }}
{% endif %}
{% endblock %}