From 4f1d5a19e4abcc5336c0f2d1be1424c351272b08 Mon Sep 17 00:00:00 2001
From: Madalena Melo <144885032+madalenapmelo-kp@users.noreply.github.com>
Date: Wed, 4 Dec 2024 12:09:34 +0100
Subject: [PATCH] Change the order to add clarity to admin and owner roles
Switched the order of the roles to make it more logical and add more clarity about admins and owners ability to edit
---
docs/user-guide/teams/index.njk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/user-guide/teams/index.njk b/docs/user-guide/teams/index.njk
index 45b216e1b..47920629d 100644
--- a/docs/user-guide/teams/index.njk
+++ b/docs/user-guide/teams/index.njk
@@ -36,10 +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 full access to the team's projects and permissions to change every other member's role, including transfering ownership. Owners can update team settings, invite members and delete teams.
-
Admin: Admins have full access to the team's projects and can change every other member's role except owners. They can invite members and update team settings.
+
Viewer: Viewers can view, comment on and inspect files but will not be able to edit them, nor do they have permissions to manage team settings.
Editor: Editors can create, import, edit and manage files and libraries, but do not have permissions to manage team settings.
-
Viewer: Viewers can view, comment on and inspect files but will not be able to edit them; they also do not have permissions to manage team settings.
+
Admin: Admins have the same permissions as editors, with the added ability to change every other member's role except owners. They can invite members and update team settings.
+
Owner: There's only one owner per team, the role is automatically assigned to the team creator. Owners have all the permissions of admins, with the additional ability to change any member's role, including transferring ownership. Owners can update team settings, invite members and delete teams.
More team roles will be eventually available, as well as fine grained permissions management to control members access and actions.