{% extends "zerver/portico.html" %} {% block portico_content %}
It appears there are problems with the email configuration.
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.
{% 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 %}After making your changes, remember to restart the Zulip server.
{% if development %}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 }}
.