mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
10 lines
304 B
HTML
10 lines
304 B
HTML
{% extends "zerver/config_error/container.html" %}
|
|
|
|
{% block error_content %}
|
|
{% trans %}
|
|
You are trying to log in using LDAP without creating an
|
|
organization first. Please use EmailAuthBackend to create
|
|
your organization and then try again.
|
|
{% endtrans %}
|
|
{% endblock %}
|