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

Change password on user

To generate a new password for the logged in user push the button below. 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_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%}