{% extends "base.html" %} {% block head_title %}IDM Forgotten Password{% endblock %} {% block content %}

I Forgot my Password

{%- if errormessage %}

{{ errormessage[:1]|capitalize }}{{ errormessage[1:] }}

{% endif %} {%- if msg_sent %}

A password reset link has been sent to your email address. Follow the link in the email to set a new password.

You can close this window now or go back.

{%- else %}

If you have forgotten your password, provide your username below and we will send you an email with a link that allows you to set a new password.

{%- endif %} {% endblock %}