{% extends '@novaconium/master.html.twig' %} {% block content %}

{{title}}

{% if not secure_key %}

Secure Key

Please set the secure_key in App/config.php to an alphanumeric code that is 64 characters in length.

You can generate a secure key like this:

pwgen -sB 64 1

Or use this one:

{{gen_key}}
{% endif %} {% if users_created %}

Users Table Created

There was no users table in the database. One was created.

{% endif %} {% if empty_users and secure_key %}

Create Admin

No admin users exist, make an admin user now.













{% endif %} {% if show_login %}

Administrator Login







{% endif %} {% endblock %}