{% extends "all.html" %} {% block content %} {% include 'settings_menu.html' %}
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 }}
{% endblock%}