code cleanup
This commit is contained in:
parent
50ddbb7cb0
commit
72b0b167b5
|
@ -140,9 +140,6 @@ class posixAccount extends baseModule {
|
||||||
array('kind' => 'text', 'text' => '<b>' . _("Password hash type") . ': </b>'),
|
array('kind' => 'text', 'text' => '<b>' . _("Password hash type") . ': </b>'),
|
||||||
array('kind' => 'select', 'name' => 'posixAccount_pwdHash', 'size' => '1',
|
array('kind' => 'select', 'name' => 'posixAccount_pwdHash', 'size' => '1',
|
||||||
'options' => array("CRYPT", "SHA", "SSHA", "MD5", "SMD5", "PLAIN"), 'options_selected' => array('SSHA')),
|
'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'))
|
array('kind' => 'help', 'value' => 'pwdHash'))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue