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

Change key on user

To generate a new key for the logged in user push the button below. The new key 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_key.asc to the user.

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

{% endblock%}