mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Delete in other modules
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user