From 0af0e9edbe9e466fb90bc5142912e2cd0e504e9d Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 04 Mar 2009 05:36:26 -0500 Subject: [PATCH] Removed document root input field from interface. --- interface/web/sites/form/shell_user.tform.php | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/form/shell_user.tform.php b/interface/web/sites/form/shell_user.tform.php index 7ddc281..03b4311 100644 --- a/interface/web/sites/form/shell_user.tform.php +++ b/interface/web/sites/form/shell_user.tform.php @@ -105,6 +105,13 @@ 'width' => '30', 'maxlength' => '255' ), + 'chroot' => array ( + 'datatype' => 'VARCHAR', + 'formtype' => 'SELECT', + 'default' => '', + 'valuelimit' => 'client:ssh_chroot', + 'value' => array('no' => 'None', 'jailkit' => 'Jailkit') + ), 'quota_size' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', @@ -138,7 +145,7 @@ ################################## # Begin Datatable fields ################################## - 'uid' => array ( + 'puser' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', @@ -149,7 +156,7 @@ 'width' => '30', 'maxlength' => '255' ), - 'gid' => array ( + 'pgroup' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', -- Gitblit v1.9.1