mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
9 lines
209 B
HTML
9 lines
209 B
HTML
{% extends "zerver/config_error/container.html" %}
|
|
|
|
{% block error_content %}
|
|
<p>
|
|
Authentication via the REMOTE_USER header is
|
|
disabled in `/etc/zulip/settings.py`.
|
|
</p>
|
|
{% endblock %}
|