From e020da2e0b33d3c069c31bdc88638d870aa7eebd Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 14 Aug 2008 05:10:28 +0000 Subject: [PATCH] Delete in other modules --- useradmin/CHANGELOG | 2 ++ useradmin/mass_delete_user.cgi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/useradmin/CHANGELOG b/useradmin/CHANGELOG index 77eb515ed..fdd9e3d89 100644 --- a/useradmin/CHANGELOG +++ b/useradmin/CHANGELOG @@ -45,3 +45,5 @@ Users and groups with spaces in their names can specified on the access control Added support for the new user and group databases found in OSX 10.5 and later, which use Apple's directory services instead of NetInfo. ---- Changes since 1.420 ---- The option to force a password change at the next login is available for new users, if a default 'Maximum days' is set on the Module Config page or if running Linux. +---- Changes since 1.430 ---- +Cleaned up the user interface to be more consistent with the rest of Webmin. diff --git a/useradmin/mass_delete_user.cgi b/useradmin/mass_delete_user.cgi index 6705b8648..7b3914823 100755 --- a/useradmin/mass_delete_user.cgi +++ b/useradmin/mass_delete_user.cgi @@ -160,7 +160,7 @@ else { if (defined($merr)); # Go ahead and do it! - $others = $config{'default_other'}; + $others = $in{'others'}; $others = !$access{'dothers'} if ($access{'dothers'} != 1); if ($others) {