diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/UserManager/modal/ResetPasswordController.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/UserManager/modal/ResetPasswordController.js index 19714f3a586b40dbcbd2ce83c261c64b7e5f1f5d..124960767afd265e8fc6d8a2d0d93b2f19e9b690 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/UserManager/modal/ResetPasswordController.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/UserManager/modal/ResetPasswordController.js @@ -27,7 +27,9 @@ function ResetPasswordController(userId) { _this._resetPasswordModel.password, function(isRegistered) { if(isRegistered) { - Util.showSuccess("Password has been reset on the file authentication service."); + Util.showSuccess("Password has been reset on the file authentication service.", function() { + Util.unblockUI(); + }); } else { Util.showError("Password can't be reset."); }