{% if config.crowi['app:title'] == 'Crowi' %}
{% else %}
{{ config.crowi['app:title'] }}
{% endif %}
(set the environment variables
DEBUG=crowi:service:PassportService and get the logs)
Your LDAP authentication was succeess, but a new user could not be created. See the issue #193.
-
{% for error in req.form.errors %}
- {{ error }} {% endfor %}
{{ t('Sign in by Google Account') }}
{{ t('Sign up') }}
{% if config.crowi['security:registrationMode'] == 'Restricted' %}
{{ t('page_register.notice.restricted') }}
{{ t('page_register.notice.restricted_defail') }}
{{ googleEmail }} {{ t('page_register with this Google Account') }}{{ t('page_register.notice.google_account_continue') }}
{% endfor %}
-
{% for error in req.form.errors %}
- {{ error }} {% endfor %}
{{ t('Sign up with Google Account') }}