From 7142cee430a194cca1208ce4ebcd70ee892af1b9 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 25 Oct 2011 18:41:45 -0500 Subject: Refactored validation code. The validation code in details facet, dialog, and sections have been modified to work more consistently. --- install/ui/user.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/user.js') 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); + $('', { href: 'jslink', title: 'userpassword', -- cgit