moul / sshportal

:tophat: simple, fun and transparent SSH (and telnet) bastion server

Home Page:https://manfred.life/sshportal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User "Admin" is added to each usergroup created. Unable to remove.

systemmonkey42 opened this issue · comments

Actual Result / Problem

When I create a usergroup, the user admin is automatically added to the new group, and cannot be removed.

Expected Result / Suggestion

I would expect to be able to create groups without "admin" being automatically added to the group.

I would expect to be able to remove groups from the "admin" user without errors

config> user update --unassign-group NewGroup admin
error: unsupported relations: Roles

To be fair, the error occurs for all users/usergroups. Removing a user from a group does not work.

Some context

Any screenshot to share?
Version: latest from git/master
Go 1.18.6 (via docker build)
...