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

Create Admin Account

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

{% for key, provider in providers.items() %} Sign in with {{ provider.name }} {% endfor %}

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

Back
{% endblock %}