From 3479a78e96cdcaac20b2173008c0b9f1823a90f6 Mon Sep 17 00:00:00 2001
From: Madalena Melo <144885032+madalenapmelo-kp@users.noreply.github.com>
Date: Tue, 26 Nov 2024 13:06:08 +0100
Subject: [PATCH] Viewer Role - Update index.njk
Add viewer role to the team roles; also made some tweaks to the descriptions of the other roles
---
docs/user-guide/teams/index.njk | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/user-guide/teams/index.njk b/docs/user-guide/teams/index.njk
index 96d796813..a72adefa1 100644
--- a/docs/user-guide/teams/index.njk
+++ b/docs/user-guide/teams/index.njk
@@ -36,9 +36,10 @@ member is allowed to do depends on their permissions.
Team roles
These are the team roles currently available at Penpot:
-
Owner: There's only one owner per team, the role is automatically assigned to the team creator. Owners have permissions to change every other member role, including transfering ownership. Owners can update team settings, invite members and delete teams.
-
Admin: Permissions to change every other member role except owners. Can invite members and update team settings.
-
Editor: Without permissions to change member roles, invite members or update team settings.
+
Owner: There's only one owner per team, the role is automatically assigned to the team creator. Owners have permissions to change every other member's role, including transfering ownership. Owners can update team settings, invite members and delete teams.
+
Admin: Admins can change every other member's role except owners. They can invite members and update team settings.
+
Editor: Editors can edit and create files and projects, but do not have permissions to change member roles, invite members or update team settings.
+
Viewer: Viewers can view projects and files but will not be able to edit them; they also do not have permissions to change member roles, invite members or update team settings.
More team roles will be eventually available, as well as fine grained permissions management to control members access and actions.