create_webmin_user
Create a new Webmin user account with a specified username, password, and list of module permissions for system administration tasks.
Instructions
Create a new Webmin user account. This is a dangerous operation and is blocked in safe mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. | |
| username | Yes | Username for the new Webmin account | |
| password | Yes | Password for the new account | |
| modules | No | List of module names to grant access to (e.g., ['useradmin', 'init']) |