summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/user.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/user.js')
-rw-r--r--install/ui/src/freeipa/user.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js
index c274d315..c141ea3f 100644
--- a/install/ui/src/freeipa/user.js
+++ b/install/ui/src/freeipa/user.js
@@ -501,6 +501,7 @@ IPA.user_password_widget = function(spec) {
that.display_control.text(that.unset_value);
}
that.updated.notify([], that);
+ that.emit('update', { source: that });
};
that.clear = function() {