diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-10-25 15:52:57 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-10-27 15:05:26 +0000 |
commit | 555b13b9aad6d6a174900e89f2ac95c2aa55432b (patch) | |
tree | 647295c4632bded84221b20beda31662cf06bfa2 /install/ui/dialog.js | |
parent | 916d08719b355bec6b8be5e8dd702883037c5eec (diff) | |
download | freeipa.git-555b13b9aad6d6a174900e89f2ac95c2aa55432b.tar.gz freeipa.git-555b13b9aad6d6a174900e89f2ac95c2aa55432b.tar.xz freeipa.git-555b13b9aad6d6a174900e89f2ac95c2aa55432b.zip |
Added password field in user adder dialog.
The user adder dialog has been modified to provide optional fields
to specify password during user creation.
Ticket #1646
Diffstat (limited to 'install/ui/dialog.js')
-rw-r--r-- | install/ui/dialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js index ff64b37c..73c9b6cc 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -284,6 +284,7 @@ IPA.dialog = function(spec) { that.dialog_close = that.close; that.dialog_save = that.save; that.dialog_reset = that.reset; + that.dialog_validate = that.validate; return that; }; |