From 0ca4e11ed95718d28980c77de77dea0cc8c6f5ef Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Thu, 15 Jan 2015 16:00:18 +0000
Subject: [PATCH] SSDM-1419: PAPER - UI to create Users - Polishments

SVN: 33265
---
 .../html/js/views/UserManager/modal/ResetPasswordController.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordController.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordController.js
index 8aaa6bb9b3f..7702d42aac4 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordController.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/views/UserManager/modal/ResetPasswordController.js
@@ -21,7 +21,7 @@ function ResetPasswordController(userId) {
 	this.resetPassword = function() {
 		var _this = this;
 		
-		if(_this._createUserModel.password === _this._createUserModel.passwordRepeat) {
+		if(_this._resetPasswordModel.password === _this._resetPasswordModel.passwordRepeat) {
 			mainController.serverFacade.registerUserPassword(
 					_this._resetPasswordModel.userId,
 					_this._resetPasswordModel.password,
-- 
GitLab