|
|
@@ -42,12 +42,12 @@
|
|
|
# The case that there already exists a user whose username matches ID of the newly created LDAP user
|
|
|
# https://github.com/weseek/growi/issues/193
|
|
|
#}
|
|
|
- {% set failedProvider-DuplicatedUsernameException = req.flash('provider-DuplicatedUsernameException') %}
|
|
|
- {% if failedProvider-DuplicatedUsernameException != null %}
|
|
|
+ {% set failedProviderForDuplicatedUsernameException = req.flash('provider-DuplicatedUsernameException') %}
|
|
|
+ {% if failedProviderForDuplicatedUsernameException != null %}
|
|
|
<div class="alert alert-warning small">
|
|
|
<p><strong><i class="icon-fw icon-ban"></i>DuplicatedUsernameException occured</strong></p>
|
|
|
<p>
|
|
|
- Your {{ failedProvider-DuplicatedUsernameException }} authentication was succeess, but a new user could not be created.
|
|
|
+ Your {{ failedProviderForDuplicatedUsernameException }} authentication was succeess, but a new user could not be created.
|
|
|
See the issue <a href="https://github.com/weseek/growi/issues/193">#193</a>.
|
|
|
</p>
|
|
|
</div>
|