{% extends "admin/base_main.html" %} {% block title %}Add Domain - Admin{% endblock %} {% block settings_content %}

Add A Domain

Use this form to add a domain that your users can create identities on.

Takahē supports multiple domains per server, but note that when identities are created they are fixed to their chosen domain, and you will not be able to delete a domain with identities on it.

For more information about domain setup, including what service domains are, see our documentation on domains.

{% csrf_token %}
Domain Details {% include "forms/_field.html" with field=form.domain %} {% include "forms/_field.html" with field=form.service_domain %}
Access Control {% include "forms/_field.html" with field=form.public %} {% include "forms/_field.html" with field=form.default %} {% include "forms/_field.html" with field=form.users %}
Admin Notes {% include "forms/_field.html" with field=form.notes %}
Back
{% endblock %}