{% extends "base.html" %} {% block title %}Rhizi - Password Reset{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Password Reset
{% if 'step_0__reset_request_submission' == pw_rst_step %}

To have a password renewal link sent to you, please insert the email addressed associated with your Rhizi account.

Submit
{% elif 'step_1__collect_new_password' == pw_rst_step %}

Please set a new account password:

Submit
{% elif 'general_error' == pw_rst_step %}

An error has occurred, please try again later.

{% endif %}
{% endblock %}