{% extends 'layout/layout.html' %} {% block html_base_css %}login-page nologin{% endblock %} {% block html_title %}{{ customizeService.generateCustomTitle(t('Sign in')) }}{% endblock %} {# # Remove default contents #} {% block html_head_loading_legacy %} {% endblock %} {% block html_head_loading_app %} {% endblock %} {% block layout_head_nav %} {% endblock %} {% block sidebar %} {% endblock %} {% block html_additional_headers %} {% endblock %} {% block layout_main %}
{% if isRegistrationEnabled %}
{% if getConfig('crowi', 'security:registrationMode') == 'Restricted' %}

{{ t('page_register.notice.restricted') }}
{{ t('page_register.notice.restricted_defail') }}

{% endif %}

{% if getConfig('crowi', 'security:registrationWhiteList') && getConfig('crowi', 'security:registrationWhiteList').length %}

{{ t('page_register.form_help.email') }}

    {% for em in getConfig('crowi', 'security:registrationWhiteList') %}
  • {{ em }}
  • {% endfor %}
{% endif %}
{% endif %} {# if isRegistrationEnabled id false #}
GROWI.ORG
{% endblock %} {% block body_end %} {% if isExternalAuthCollapsible %} {% endif %} {% endblock %}