Skip to content
Snippets Groups Projects
Commit 0ca4e11e authored by juanf's avatar juanf
Browse files

SSDM-1419: PAPER - UI to create Users - Polishments

SVN: 33265
parent 0396dffb
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ function ResetPasswordController(userId) { ...@@ -21,7 +21,7 @@ function ResetPasswordController(userId) {
this.resetPassword = function() { this.resetPassword = function() {
var _this = this; var _this = this;
if(_this._createUserModel.password === _this._createUserModel.passwordRepeat) { if(_this._resetPasswordModel.password === _this._resetPasswordModel.passwordRepeat) {
mainController.serverFacade.registerUserPassword( mainController.serverFacade.registerUserPassword(
_this._resetPasswordModel.userId, _this._resetPasswordModel.userId,
_this._resetPasswordModel.password, _this._resetPasswordModel.password,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment