From 555b13b9aad6d6a174900e89f2ac95c2aa55432b Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 25 Oct 2011 15:52:57 -0500 Subject: 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 --- install/ui/dialog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/dialog.js') 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; }; -- cgit