Delete in other modules

This commit is contained in:
Jamie Cameron
2008-08-14 05:10:28 +00:00
parent 27b6d3964d
commit e020da2e0b
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View File

@@ -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) {