{% extends "base.html" %} {% block content %}
Security Settings

Generate an application secret and create the initial admin account.

{% if errors.jwt_secret %}
{{ errors.jwt_secret }}
{% endif %}
Auto-generated 32-byte hex key. Used for session encryption and credential storage. Save this value — you'll need it as the JWT_SECRET_KEY environment variable.
{% if errors.admin_email %}
{{ errors.admin_email }}
{% endif %}
Minimum 10 characters.
{% if errors.admin_password %}
{{ errors.admin_password }}
{% else %}
{% endif %}
Back
{% endblock %} {% block scripts %} {% endblock %}