summaryrefslogtreecommitdiffstats
path: root/install/ui/user.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-25 18:41:45 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-10-27 13:48:51 +0000
commit7142cee430a194cca1208ce4ebcd70ee892af1b9 (patch)
treeb5850c550433b1105bb9fefcb46bb1d9011c8c6a /install/ui/user.js
parent725e2e46248ee9ab3dae9a523fcd6fda0bd0cff3 (diff)
downloadfreeipa-7142cee430a194cca1208ce4ebcd70ee892af1b9.tar.gz
freeipa-7142cee430a194cca1208ce4ebcd70ee892af1b9.tar.xz
freeipa-7142cee430a194cca1208ce4ebcd70ee892af1b9.zip
Refactored validation code.
The validation code in details facet, dialog, and sections have been modified to work more consistently.
Diffstat (limited to 'install/ui/user.js')
-rw-r--r--install/ui/user.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/user.js b/install/ui/user.js
index bfda51d84..3ff56cd9d 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',