{% extends 'layout/single-nologin.html' %} {% block html_title %}{{ t('Sign in') }} ยท {% endblock %} {% block content_main %}

{% if config.crowi['app:title'] == 'Crowi' %} Crowi {% else %} {{ config.crowi['app:title'] }}
powered by Crowi {% endif %}

{% if config.crowi['security:registrationMode'] != 'Closed' %}

{{ t('Sign up') }}

{% if config.crowi['security:registrationMode'] == 'Restricted' %}

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

{% endif %} {% if googleId %}
{% if googleImage %}

{% endif %} {{ googleEmail }} {{ t('page_register with this Google Account') }}
{{ t('page_register.notice.google_account_continue') }}
{% endif %}
{% set message = req.flash('registerWarningMessage') %} {% if message.length %}
{% for msg in message %} {{ msg }}
{% endfor %}
{% endif %} {% if req.form.errors.length > 0 %}
    {% for error in req.form.errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
@

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

{% if config.crowi['security:registrationWhiteList'] && config.crowi['security:registrationWhiteList'].length %}

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

    {% for em in config.crowi['security:registrationWhiteList'] %}
  • {{ em }}
  • {% endfor %}
{% endif %}

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

{% if googleImage %} {% endif %}

{% if googleLoginEnabled() %}

{{ t('Sign up with Google Account') }}

{% endif %}

{{ t('Sign in is here') }}

{% endif %} {# if registrationMode == Closed #}
{% endblock %}