Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user defined custom groups and normal system groups can have same name #614

Open
jnweiger opened this issue Nov 16, 2023 · 0 comments
Open

Comments

@jnweiger
Copy link
Contributor

Seen with customgroups 0.8.0 (but probably not a regression)

  • enable customgroups
  • admin creates a user bob, and adds him to bob-group.
  • user bob creates a customgroup 1234 and adds user admin. OK
  • user bob creates a customgroup bob-group and adds user admin. BAD.
  • user admin creates group 1234 and and adds user bob. BAD.

Listing users and groups and custom groups is now very confusing.

Expected behaviour

  • it should not be possible to create a customgroup when a system group with the same name already exists.
  • it should not be possible to create a system group, when a customgroup with the same name already exists.
@jnweiger jnweiger changed the title user defined custom groups and normal groups can have same name user defined custom groups and normal system groups can have same name Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant