{% extends "closedverse_main/layout.html" %} {% load static %}{% block main-body %}

{{ title }}

{% if reset_supported %}

If you've forgotten your password or need to reset it for some reason, you've come to the right place.

{% csrf_token %}

Having issues? Want to get back into your account? Try contacting us if you need help with this.

Notice: Your user ID is used to log in, and is sometimes referred to as a username. It is below your nickname in most cases, please make sure you are using your user ID and your password.

{% else %}

Password resets are not enabled on {{ brand_name }}.

To remedy this, tell the owner of the service to set up an SMTP server and specify it in their Cedar-Django configuration.


{% endif %}
{% endblock %}