Skip to content

Commit

Permalink
Merge 3d7a686 into e9fffee
Browse files Browse the repository at this point in the history
  • Loading branch information
VeljkoMaksimovic committed Mar 28, 2024
2 parents e9fffee + 3d7a686 commit a4c5d2e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/security/groups.md
@@ -0,0 +1,29 @@
# User Groups

Instead of managing users (changing their roles and adding them to individual projects) one by one, you can use user groups. This feature simplifies user management, enhances access control, and streamlines the assignment of roles and permissions across your projects. With User Groups, you can efficiently organize users into groups, assign roles to these groups, and manage access to your projects at the group level. Here's how it works:

### Creating a User Group
<ul>
<li> Navigate to the User Groups section: Find the User Groups option in your application's dashboard or settings menu. </li>
<li> Create a new group: Click on the "Create New Group" button. You'll be prompted to name the group and optionally describe its purpose or the types of users it will contain. </li>
<li> Save the group: Once named and described, save the group to add it to your list of User Groups. </li>
</ul>

### Adding Users to a User Group
<ul>
<li> Select a group: In the User Groups section, click on the group you wish to add users to. </li>
<li> Add users: Use the "Add Users" option to search for and select the users you want to add to the group. You can typically add users by typing their name or email address and selecting them from the search results. </li>
<li> Confirm additions: Once you've selected all the users you wish to add, confirm the addition. The users will now be members of the group.</li>
</ul>

### Removing Users from a User Group
<ul>
<li> Access the group's members: Click on the group from which you want to remove users to see a list of its current members. </li>
<li> Select users to remove: Choose the users you want to remove by clicking on a remove button or checkbox next to their names. </li>
<li> Confirm removal: After selecting the users, confirm their removal. They will no longer have access to the roles and permissions assigned to the group. </li>
</ul>

### Assigning Roles to a User Group
<ul>
<li> Choose a group: Select the User Group you wish to assign a role to. </li>
</ul>
1 change: 1 addition & 0 deletions mkdocs.yml
Expand Up @@ -230,6 +230,7 @@ nav:
- RBAC overview: security/rbac-authorization.md
- Default roles: security/default-roles.md
- Repository-to-role mappings: security/repository-to-role-mappings.md
- User Groups: security/groups.md
- Score:
- Insights: score/project-insights.md
- Custom dashboards: score/custom-dashboards.md
Expand Down

0 comments on commit a4c5d2e

Please sign in to comment.