瀏覽代碼

make warning message clearer

Tatsunori Uchino 7 年之前
父節點
當前提交
ce4759e37e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/server/routes/login-passport.js

+ 1 - 1
src/server/routes/login-passport.js

@@ -177,7 +177,7 @@ module.exports = function(crowi, app) {
         if (!isValidLdapUserByGroupFilter(user)) {
           return res.json({
             status: 'warning',
-            message: 'The user is found, but that has no groups.',
+            message: 'This user does not belong to any groups designated by the group search filter.',
             ldapConfiguration: req.ldapConfiguration,
             ldapAccountInfo: req.ldapAccountInfo,
           });