From 1ba032dd11063151d87d4bfb4a9c8e41dceaffe7 Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Mon, 5 Aug 2024 11:24:20 -0400 Subject: [PATCH] Update users.md (#4132) --- sites/upsun/src/administration/users.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sites/upsun/src/administration/users.md b/sites/upsun/src/administration/users.md index 23be6a2595..df060fa4e9 100644 --- a/sites/upsun/src/administration/users.md +++ b/sites/upsun/src/administration/users.md @@ -44,11 +44,11 @@ An environment type (Production, Staging, and Development) groups one or more en A user can have one of the following roles on an environment type which grants them permissions on all environments of this type: -| Role | View environment | Push code | Branch environment | SSH access | Change settings | Execute actions | -|-------------|------------------|-----------|--------------------|------------|-----------------|-----------------| -| Admin | Yes | Yes | Yes | Yes | Yes | Yes | -| Contributor | Yes | Yes | Yes | Yes | No | No | -| Viewer | Yes | No | Yes | No | No | No | +| Role | View environment | Force push | Push code | Branch environment | SSH access | Change settings | Execute actions | +|-------------|------------------|------------|-----------|--------------------|------------|-----------------|-----------------| +| Admin | Yes | Yes | Yes | Yes | Yes | Yes | Yes | +| Contributor | Yes | No | Yes | Yes | Yes | No | No | +| Viewer | Yes | No | No | Yes | No | No | No | To customize which roles can use SSH, set [`access` in your app configuration](/create-apps/app-reference/single-runtime-image.md#access).