{% extends "all.html" %} {% block content %} {% include 'settings_menu.html' %}

Change password on Email Account

The old password should be saved by the user 7 days from the password change. Beacuse backups are saved 7 days.

Email account:

{{ form.email_password.label }}
{{ form.email_password(size=20) }}

{% endblock%}