code cleanup

This commit is contained in:
Roland Gruber 2008-03-01 12:24:47 +00:00
parent 50ddbb7cb0
commit 72b0b167b5
1 changed files with 0 additions and 3 deletions

View File

@ -140,9 +140,6 @@ class posixAccount extends baseModule {
array('kind' => 'text', 'text' => '<b>' . _("Password hash type") . ': &nbsp;</b>'),
array('kind' => 'select', 'name' => 'posixAccount_pwdHash', 'size' => '1',
'options' => array("CRYPT", "SHA", "SSHA", "MD5", "SMD5", "PLAIN"), 'options_selected' => array('SSHA')),
array('kind' => 'text', 'value' => '&nbsp;'),
array('kind' => 'text', 'value' => '&nbsp;'),
array('kind' => 'text', 'value' => '&nbsp;'),
array('kind' => 'help', 'value' => 'pwdHash'))
);
}