website/docs: update procedurals for assigning roles to groups (#12198)

* update for dual-select

* add new dual-select unit and tweaks

* polishes

---------

Co-authored-by: Tana M Berry <tana@goauthentik.com>
This commit is contained in:
Tana M Berry
2024-11-27 08:27:44 -06:00
committed by GitHub
parent 3996bdac33
commit d69322ac68
3 changed files with 11 additions and 13 deletions

View File

@ -3,6 +3,8 @@ title: About groups
description: Learn about groups in authentik
---
For information about creating and editing groups refer to [Manage groups](./manage_groups.md).
## Hierarchy
Groups can be children of another group. Members of children groups are effective members of the parent group.
@ -13,4 +15,4 @@ Recursion is limited to 20 levels to prevent deadlocks.
## Attributes
Attributes of groups are recursively merged, for all groups the user is a member of.
Attributes of groups are recursively merged, for all groups the user is a member of. For more information, see [Group properties and attributes](./group_ref.md).