You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by se...@apache.org on 2015/08/10 18:01:06 UTC

[24/34] incubator-ignite git commit: IGNITE-843 Rename user_info to reset_info.

IGNITE-843 Rename user_info to reset_info.


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

Branch: refs/heads/ignite-1201
Commit: ca356792943fc29df4b3fd3a6801d20392da4d5b
Parents: 6aacd0a
Author: AKuznetsov <ak...@gridgain.com>
Authored: Fri Aug 7 10:23:35 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Fri Aug 7 10:23:35 2015 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/views/reset.jade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ca356792/modules/control-center-web/src/main/js/views/reset.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/views/reset.jade b/modules/control-center-web/src/main/js/views/reset.jade
index 670f512..0f99a21 100644
--- a/modules/control-center-web/src/main/js/views/reset.jade
+++ b/modules/control-center-web/src/main/js/views/reset.jade
@@ -34,5 +34,5 @@ block container
                 .settings-row
                     label.col-sm-1.required Confirm:
                     .col-sm-3
-                        input#user_confirm.form-control(type='password' ng-model='user_info.confirm' match='reset_info.password' placeholder='Confirm new password' required on-enter='resetForm.$valid && resetPassword(user_info)')
+                        input#user_confirm.form-control(type='password' ng-model='reset_info.confirm' match='reset_info.password' placeholder='Confirm new password' required on-enter='resetForm.$valid && resetPassword(user_info)')
             button.btn.btn-primary(ng-disabled='resetForm.$invalid' ng-click='resetPassword(reset_info)') Reset Password