Open systemmonkey42 opened 1 year ago
When I create a usergroup, the user admin is automatically added to the new group, and cannot be removed.
admin
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.
Any screenshot to share? Version: latest from git/master Go 1.18.6 (via docker build) ...
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
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) ...