{% extends "base_anon.html" %} {% block title %}Reset your password{% endblock %} {% block main %}
Check your email for a link to reset your password. If it doesn't appear within a few minutes, check your spam folder.
If you don't have an account with this email address, then you won't receive anything. {% if settings.register %} Please sign up. {% else %} Please contact with the site admin to create an account for you. {% endif %}
{% if settings.demo %}Remember that in the demo site, content and user's database is cleaned up every day.
{% endif %} Return to sign in {% endblock %}