|
@@ -177,7 +177,7 @@ module.exports = function(crowi, app) {
|
|
|
if (!isValidLdapUserByGroupFilter(user)) {
|
|
if (!isValidLdapUserByGroupFilter(user)) {
|
|
|
return res.json({
|
|
return res.json({
|
|
|
status: 'warning',
|
|
status: 'warning',
|
|
|
- message: 'An user is found, but the groups are empty.',
|
|
|
|
|
|
|
+ message: 'The user is found, but that has no groups.',
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
return res.json({
|
|
return res.json({
|