You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/06/19 05:56:09 UTC

[3/3] incubator-ignite git commit: # IGNITE-843 Fixed logon error message.

# IGNITE-843 Fixed logon error message.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bfcea339
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bfcea339
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bfcea339

Branch: refs/heads/ignite-843
Commit: bfcea3393a5cd97e437853cf8b7c9c2e1027b15b
Parents: d422b8b
Author: AKuznetsov <ak...@gridgain.com>
Authored: Fri Jun 19 10:55:40 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Fri Jun 19 10:55:40 2015 +0700

----------------------------------------------------------------------
 modules/webconfig/nodejs/routes/auth.js               | 2 +-
 modules/webconfig/nodejs/views/includes/controls.jade | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bfcea339/modules/webconfig/nodejs/routes/auth.js
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/routes/auth.js b/modules/webconfig/nodejs/routes/auth.js
index 06240bf..5ed7278 100644
--- a/modules/webconfig/nodejs/routes/auth.js
+++ b/modules/webconfig/nodejs/routes/auth.js
@@ -51,7 +51,7 @@ router.post('/login', function(req, res, next) {
             return res.status(401).send(err.message);
 
         if (!user)
-            return res.status(401).send('Account with this email not exist.');
+            return res.status(401).send('Invalid email or password');
 
         req.logIn(user, {}, function(err) {
             if (err)

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bfcea339/modules/webconfig/nodejs/views/includes/controls.jade
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/views/includes/controls.jade b/modules/webconfig/nodejs/views/includes/controls.jade
index 9b4748e..fd288b7 100644
--- a/modules/webconfig/nodejs/views/includes/controls.jade
+++ b/modules/webconfig/nodejs/views/includes/controls.jade
@@ -148,7 +148,7 @@ mixin form-row
                     tr.col-sm-12(ng-repeat='item in #{tblMdl}')
                         td.col-sm-6
                             div(ng-show='field.editIdx != {{$index}}')
-                                a(ng-click='field.editIdx = $index; curValue = #{tblMdl}[$index]') {{$index + 1}}. {{item.keyClass}}, {{item.valueClass}}
+                                a(ng-click='field.editIdx = $index; curValue = #{tblMdl}[$index]') {{$index + 1}}. {{item.keyClass}} / {{item.valueClass}}
                                 i.tipField.fa.fa-remove(ng-click='field.editIdx = -1; #{tblMdl}.splice($index, 1)')
                             div(ng-show='field.editIdx == {{$index}}')
                                 label.labelField {{$index + 1}}.