diff --git a/website/docs/how-to/how-to-create-and-manage-user-groups.md b/website/docs/how-to/how-to-create-and-manage-user-groups.md index bb991908c3..baff9f2626 100644 --- a/website/docs/how-to/how-to-create-and-manage-user-groups.md +++ b/website/docs/how-to/how-to-create-and-manage-user-groups.md @@ -50,13 +50,13 @@ This guide takes you through how to use user groups to manage permissions on you ![The groups page shown with the add user button highlighted.](/img/add-user-to-group-step-1.png) -6. Find the user you'd like to add to the group add them. +6. Find the user you'd like to add to the group and select them. ![The groups page shown with a user selected.](/img/add-user-to-group-step-2.png) -7. Assign the user a role in the group and save the group. Remember that every group needs to have _at least_ one owner. +7. Review the group users and save when you're happy. -![The groups page shown with the user role highlighted.](/img/add-user-to-group-step-3.png) +![The edit groups page shown with the save button highlighted.](/img/add-user-to-group-step-3.png) ## Assigning groups to projects diff --git a/website/docs/user_guide/rbac.md b/website/docs/user_guide/rbac.md index 46ab6cae51..695f9d7ea9 100644 --- a/website/docs/user_guide/rbac.md +++ b/website/docs/user_guide/rbac.md @@ -66,7 +66,7 @@ A user group consists of the following: - a **name** (required) - a **description** (optional) -- one or more users. At least one user must have the owner role +- a list of users (optional) Groups do nothing on their own. They must be given a role on a project to assign permissions. diff --git a/website/static/img/add-user-to-group-step-1.png b/website/static/img/add-user-to-group-step-1.png index 780d9f2e7c..b2e301c8a7 100644 Binary files a/website/static/img/add-user-to-group-step-1.png and b/website/static/img/add-user-to-group-step-1.png differ diff --git a/website/static/img/add-user-to-group-step-2.png b/website/static/img/add-user-to-group-step-2.png index eb7fd5bffd..306d567974 100644 Binary files a/website/static/img/add-user-to-group-step-2.png and b/website/static/img/add-user-to-group-step-2.png differ diff --git a/website/static/img/add-user-to-group-step-3.png b/website/static/img/add-user-to-group-step-3.png index f3ec97eb87..2fc70fde3a 100644 Binary files a/website/static/img/add-user-to-group-step-3.png and b/website/static/img/add-user-to-group-step-3.png differ diff --git a/website/static/img/create-ug-step-3.png b/website/static/img/create-ug-step-3.png index 0a60aa2ab9..57158ae479 100644 Binary files a/website/static/img/create-ug-step-3.png and b/website/static/img/create-ug-step-3.png differ diff --git a/website/static/img/create-ug-step-4.png b/website/static/img/create-ug-step-4.png index 87d50f3424..0c3ad1432a 100644 Binary files a/website/static/img/create-ug-step-4.png and b/website/static/img/create-ug-step-4.png differ diff --git a/website/static/img/remove-user-from-group-step-1.png b/website/static/img/remove-user-from-group-step-1.png index f6e36b899a..afb40186a2 100644 Binary files a/website/static/img/remove-user-from-group-step-1.png and b/website/static/img/remove-user-from-group-step-1.png differ diff --git a/website/static/img/remove-user-from-group-step-2.png b/website/static/img/remove-user-from-group-step-2.png index e9ae1e801b..14b1682cd6 100644 Binary files a/website/static/img/remove-user-from-group-step-2.png and b/website/static/img/remove-user-from-group-step-2.png differ