{% extends "zerver/portico.html" %} {% block portico_content %}
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 error_name == "dev_not_supported_error" %} {{ render_markdown_path('zerver/dev-not-supported-error.md', {"settings_path": settings_path}) }} {% endif %} {% if has_markdown_file %} {% if development_environment %} {{ render_markdown_path('zerver/'+social_backend_name+'-error.md', {"root_domain_uri": root_domain_uri, "settings_path": secrets_path, "secrets_path": secrets_path, "client_id_key_name": "social_auth_" + social_backend_name + "_key"}) }}For more information, have a look at the authentication setup guide for the development environment.
{% else %} {{ render_markdown_path('zerver/'+social_backend_name+'-error.md', {"root_domain_uri": root_domain_uri, "settings_path": settings_path, "secrets_path": secrets_path, "client_id_key_name": "SOCIAL_AUTH_" + social_backend_name.upper() + "_KEY"}) }}
For more information, have a look at
our authentication
setup guide and the comments in {{ settings_comments_path }}
.
SAML authentication is either not enabled or misconfigured. Have a look at our setup guide.
{% if development_environment %}See also the SAML guide for the development environment.
{% endif %} {% endif %} {% if error_name == "remoteuser_error_backend_disabled" %}Authentication via the REMOTE_USER header is disabled in `/etc/zulip/settings.py`.
{% endif %} {% if error_name == "remoteuser_error_remote_user_header_missing" %}The REMOTE_USER header is not set.
{% endif %}After making your changes, remember to restart the Zulip server.