{% extends "auth_base.html" %} {% block title %}Pramagent - Create account{% endblock %} {% block card %}
Dashboard access

Create account

Enter an email or phone. Pramagent generates the dashboard key; users do not choose passwords.

{% if error %}

{{ error }}

{% endif %}
Tenant scoped

New accounts are scoped to tenant {{ tenant }}. Disable public signup in production unless this dashboard is behind a trusted boundary.

Back to sign in
{% endblock %}