diff options
Diffstat (limited to 'install/ui/user.js')
-rw-r--r-- | install/ui/user.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/user.js b/install/ui/user.js index bfda51d8..3ff56cd9 100644 --- a/install/ui/user.js +++ b/install/ui/user.js @@ -311,6 +311,8 @@ IPA.user_password_widget = function(spec) { that.create = function(container) { + that.widget_create(container); + $('<a/>', { href: 'jslink', title: 'userpassword', |