{% extends "setup/base.html" %} {% block title %}Create Admin Account - Skrift{% endblock %} {% block content %}

Create Admin Account

Sign in with one of your configured authentication methods to create the first admin account.

{% for key, method in methods.items() %} Sign in with {{ method.name }} {% endfor %}

The first user to sign in will become the site administrator.

Back
{% endblock %}