From 69b80e5bb55ffd64c1f8690105b10cd43921a9f6 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Mon, 24 Feb 2025 06:33:25 -0600 Subject: [PATCH] website/docs: add info about new perms for super-user in groups (#13188) * try again * Update website/docs/users-sources/groups/manage_groups.mdx Co-authored-by: Jens L. Signed-off-by: Tana M Berry --------- Signed-off-by: Tana M Berry Co-authored-by: Tana M Berry Co-authored-by: Jens L. --- website/docs/users-sources/groups/manage_groups.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/users-sources/groups/manage_groups.mdx b/website/docs/users-sources/groups/manage_groups.mdx index 6097d177b8..d74678f5e8 100644 --- a/website/docs/users-sources/groups/manage_groups.mdx +++ b/website/docs/users-sources/groups/manage_groups.mdx @@ -25,9 +25,11 @@ To create a super-user, you need to add the user to a group that has super-user ## Modify a group -To edit the group's name, parent group, whether or not the group is for superusers, associated roles, and any custom attributes, click the Edit icon beside the role's name. Make the changes, and then click **Update**. +To edit the group's name, parent group, whether the group grants superuser permissions, associated roles, and any custom attributes, click the Edit icon beside the role's name. Make the changes and then click **Update**. -To [add or remove users](../user/user_basic_operations.md#add-a-user-to-a-group) from the group, or to manage permissions assigned to the group, click on the name of the group to go to the group's detail page. +Starting with authentik version 2025.2, the permission to change super-user status has been separated from the permission required to change the group. Now, the `Enable superuser status` and `Disable superuser status` permissions are explicitly required to enable and disable the super-user status. + +To [add or remove users](../user/user_basic_operations.md#add-a-user-to-a-group) from the group, or to manage permissions assigned to the group, click on the name of the group to go to the group's detail page and then click on the **Permissions** tab. For more information about permissions, refer to [Assign or remove permissions for a specific group](../access-control/manage_permissions.md#assign-or-remove-permissions-on-a-specific-group).