mirror of https://github.com/zulip/zulip.git
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 %}
|