Hello.
How to add user to several groups?
Hello.
How to add user to several groups?
The web UI does not currently let you configure user groups, but you can still do it manually. Log in as root and issue usermod -aG group username
to add username
to group
.