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

Regenerate dashboard key

Verify the account by email or phone, then issue a fresh generated key.

{% if error %}

{{ error }}

{% endif %} {% if message %}

{{ message }}

{% endif %}
{% if reset_token %}
{% endif %}

Production deployments should deliver verification links through a verified email/SMS provider. Tokens are stored hashed and expire automatically.

Back to sign in
{% endblock %}