From 1798bbc165b227037ce9f5f9977698464961eec3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 30 Aug 2005 16:05:16 +0000 Subject: [PATCH] added missing help entry for deleting homedirs --- lam/lib/modules/posixAccount.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index 02eb4000..c235c760 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -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"),