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

Show Account Users OpenPGP Public Key

Every account user has a specific OpenPGP public key that is used to encrypt sensitive data example passwords and account keys. It is also used for authentication for the specific user. {% for user in users %}

User: {{ user.user }}
OpenPGP public key with fingerprint: {{ user.openpgp_public_key.fingerprint }} {% endfor %} {% endblock%}