{% extends 'layout/single-nologin.html' %} {% block html_title %}Login · {% 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' %}

新規登録

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

この Wiki への新規登録は制限されています。
利用を開始するには、新規登録後、管理者による承認が必要です。

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

{% endif %} {{ googleEmail }} この Google アカウントで登録します
ユーザーID、名前、パスワードを決めて登録を継続してください。
{% 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 %}
@

ユーザーIDは、ユーザーページのURLなどに利用されます。半角英数字と一部の記号のみ利用できます。

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

この Wiki では以下のメールアドレスのみ登録可能です。

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

パスワードは6文字以上の半角英数字または記号

{% if googleImage %} {% endif %}

{% if googleLoginEnabled() %}

Google で登録

{% endif %}

ログインはこちら

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