|
|
@@ -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 isDuplicatedUsernameExceptionOccured = req.flash('isDuplicatedUsernameExceptionOccured') %}
|
|
|
- {% if isDuplicatedUsernameExceptionOccured != null %}
|
|
|
+ {% set failedProvider = req.flash('provider-DuplicatedUsernameException') %}
|
|
|
+ {% if failedProvider != null %}
|
|
|
<div class="alert alert-warning small">
|
|
|
<p><strong><i class="icon-fw icon-ban"></i>DuplicatedUsernameException occured</strong></p>
|
|
|
<p>
|
|
|
- Your LDAP authentication was succeess, but a new user could not be created.
|
|
|
+ Your {{ failedProvider }} 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>
|