{% extends "zerver/portico.html" %} {% block portico_content %}

Configuration error


{% if ldap_error_realm_is_none %} {% trans %} You are trying to login using LDAP without creating an organization first. Please use EmailAuthBackend to create your organization and then try again. {% endtrans %} {% endif %} {% if smtp_error %}

It appears there are problems with the email configuration.

{% if not development_environment %}

See /var/log/zulip/errors.log for more details on the error.

You may also want to test your email configuration, as described in the Production installation docs.

{% else %}

Please have a look at our setup guide for forwarding emails sent in development environment to an email account.

{% endif %} {% endif %} {% if dev_not_supported_error %} {{ render_markdown_path('zerver/dev-not-supported-error.md', {"settings_path": settings_path}) }} {% endif %} {% if google_error %} {{ render_markdown_path('zerver/google-error.md', {"root_domain_uri": root_domain_uri, "settings_path": settings_path, "secrets_path": secrets_path}) }} {% endif %} {% if github_error %} {{ render_markdown_path('zerver/github-error.md', {"root_domain_uri": root_domain_uri, "settings_path": settings_path, "secrets_path": secrets_path}) }} {% endif %} {% if google_error or github_error %} {% if development_environment %}

For more information, have a look at the authentication setup guide for the development environment.

{% else %}

For more information, have a look at our authentication setup guide and the comments in {{ settings_comments_path }}.

{% endif %} {% endif %}

After making your changes, remember to restart the Zulip server.

{% endblock %}