{% extends 'base.html' %} {% block title %}Password | Eternity Project{% endblock %} {% block content %}
ACCOUNT SECURITY

{% if mode == 'forgot' %}Recover the
signal.{% elif mode == 'reset' %}Set a new
password.{% else %}Update your
password.{% endif %}

{% if mode == 'forgot' %}Enter the email address connected to your account. A secure reset link will arrive by email.{% else %}Choose a password with at least 10 characters.{% endif %}

{% if mode == 'forgot' %}{% endif %} {% if mode == 'change' %}{% endif %} {% if mode != 'forgot' %}{% endif %}
{% endblock %}