{% extends 'layout/admin_page.html' %} {% from 'forms/_form.html' import simple_form %} {% block title %} {% trans %}Unlisted events{% endtrans %} {% endblock %} {% block description %}

{% trans %} Unlisted events enable users to set up and customize events before publishing them into a category. {% endtrans %}

{% if not indico_config.ALLOW_PUBLIC_USER_SEARCH and unrestricted %}
{% trans %}Potential misconfiguration{% endtrans %}

{%- set link -%} {%- endset -%} {%- set endlink %}{% endset -%} {% trans -%} Your Indico system config {{ link }}disallows user search{{ endlink }} for regular users, but unlisted events are enabled without restricting who can create them. {%- endtrans %}

{% trans -%} Unless Indico account creation is restricted/moderated, this means that the configured search restriction is not effective, as anyone can become an event manager by simply creating an unlisted event. {%- endtrans %}

{% endif %} {% endblock %} {% block content %} {{ simple_form(form, back_button=false) }} {% endblock %}