{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% load static %} {% block description %} {% for paragraph in description %}
{{ paragraph|safe }}
{% endfor %}{% blocktrans trimmed %} The Matrix server domain is set to {{ domain_name }}. User IDs will look like @username:{{ domain_name }}. Changing the domain name after the initial setup is currently not supported. {% endblocktrans %}
{% blocktrans trimmed %} New users can be registered from any client if public registration is enabled. {% endblocktrans %}
{% if certificate_status != "valid" %}