From 7e0ecdb89aa59f792cd7d529e772dda44d23405e Mon Sep 17 00:00:00 2001 From: steakfest Date: Wed, 5 Sep 2018 09:29:57 -0600 Subject: [PATCH] User should be "Standard User" The first couple references to the global permission "Standard User" just said "User" I'm just learning Rancher, but this seemed like a mistake to me. --- .../en/admin-settings/rbac/global-permissions/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md b/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md index 038c3baf5d1..9ee7071f86e 100644 --- a/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md +++ b/content/rancher/v2.x/en/admin-settings/rbac/global-permissions/_index.md @@ -3,13 +3,13 @@ title: Global Permissions weight: 1126 --- -Global Permissions define user authorization outside the scope of any particular cluster. Out-of-the-box, there are two default global permissions: `Administrator` and `User`. +Global Permissions define user authorization outside the scope of any particular cluster. Out-of-the-box, there are two default global permissions: `Administrator` and `Standard User`. - **Administrator:** These users have full control over the entire Rancher system and all clusters within it. -- **User:** +- **Standard User:** These users can create new clusters and use them. Standard users can also assign other users permissions to their clusters. @@ -73,4 +73,4 @@ You can change the default global permissions that are assigned to external user 1. If you want to remove a default permission, edit the permission and select **No** from **New User Default**. -**Result:** The default global permissions are configured based on your changes. Permissions assigned to new users display a check in the **New User Default** column. \ No newline at end of file +**Result:** The default global permissions are configured based on your changes. Permissions assigned to new users display a check in the **New User Default** column.