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 8aaa6bb9b3f467683ee33963841ba887bec0b87e..7702d42aac45847f3eec3b5fcfc301b191dfdabd 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,