fix: allow user admins to manage groups (#4498)

This commit is contained in:
Jon Ayers
2022-10-12 14:33:03 -05:00
committed by GitHub
parent 2a1bfb3e44
commit 47805643f7
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Coder offers these user roles in the community edition:
| | User Admin | Template Admin | Owner |
| ------------------------------------------ | ---------- | -------------- | ----- |
| Add and remove Users | ✅ | | ✅ |
| Manage groups (enterprise) | | | |
| Manage groups (enterprise) | ✅ | | ✅ |
| Change User roles | | | ✅ |
| Manage **ALL** Templates | | ✅ | ✅ |
| View, update and delete **ALL** Workspaces | | ✅ | ✅ |