added missing help entry for deleting homedirs

This commit is contained in:
Roland Gruber 2005-08-30 16:05:16 +00:00
parent 26f7b52a08
commit 1798bbc165
1 changed files with 4 additions and 0 deletions

View File

@ -332,6 +332,10 @@ class posixAccount extends baseModule {
"Headline" => _("Home directory"),
"Text" => _("Please enter the path to the user's home directory.")
),
'deletehomedir' => array(
"Headline" => _("Home directory"),
"Text" => _("Activating this checkbox will remove the user's home directory.")
),
'user' => array(
'uid' => array(
"Headline" => _("User name"),