{% extends "../baseOffline.html" %} {% load static %} {% load project_extras %} {% block otherCSS %}{% endblock %} {% block title %} Reset password {% endblock %} {% block content %}

Reset password

{{ form.email }}
[[ error ]]
Reset Password


Generating reset token... Please wait



[[ errorChangePassword ]]
Reset Password



Have an account already? Please go to Sign In

Still no account? Please go to Sign up

{% include "dist/project/auth/authFooter.html" %}
{% endblock %} {% block otherJS %}{% endblock %}