diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 8b632675..9de91a55 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -140,9 +140,6 @@ class posixAccount extends baseModule { array('kind' => 'text', 'text' => '' . _("Password hash type") . ':  '), array('kind' => 'select', 'name' => 'posixAccount_pwdHash', 'size' => '1', 'options' => array("CRYPT", "SHA", "SSHA", "MD5", "SMD5", "PLAIN"), 'options_selected' => array('SSHA')), - array('kind' => 'text', 'value' => ' '), - array('kind' => 'text', 'value' => ' '), - array('kind' => 'text', 'value' => ' '), array('kind' => 'help', 'value' => 'pwdHash')) ); }