{% extends "auth_base.html" %} {% block title %}Pramagent - Dashboard key{% endblock %} {% block card %}
Key issued

{{ title }}

{{ identity }} · tenant {{ tenant }}

Shown once

{{ message }}

{{ dashboard_key }}

Use this key with your email or phone on the sign-in page. The database stores only a bcrypt hash, so Pramagent cannot recover this value later.

Go to sign in
{% endblock %}