{% 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. The new password will be encrypted using the current user's OpenPGP public key. The encrypted credentials will be sent as a downloadable file in you browser with the name ddmail-credentials_new_email_password.asc to the user.

The new password will be encrypted with the current accounts users the OpenPGP public key with fingerprint: {{ current_user.openpgp_public_key.fingerprint }}

Email account:

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

{% endblock%}