{% extends 'setup/layout.html' %} {% load i18n %} {% block header %}

{% trans "Set up BookWyrm" %}

{% trans "Your account as a user and an admin" %}
{% endblock %} {% block panel %}

{% trans "Create your account" %}

{% blocktrans trimmed %} An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server. {% endblocktrans %}

{% include 'snippets/register_form.html' %}

{% blocktrans trimmed %} As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam. {% endblocktrans %}

{% trans "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." %}

{% trans "Learn more about moderation" %}

{% endblock %}