Skip to content

Commit e170c65

Browse files
committed
minor content fixes
1 parent 60c767a commit e170c65

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ export default defineConfig({
310310
},
311311
],
312312
},
313-
/*
314313
{
315314
text: "Roles and permissions",
316315
collapsed: true,
@@ -334,7 +333,6 @@ export default defineConfig({
334333
},
335334
],
336335
},
337-
*/
338336
{
339337
text: "Authentication",
340338
collapsed: true,

docs/roles-and-permissions/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you're looking for what a specific role can or can't do, see the [Permissions
1313

1414
Plane combines two access control models.
1515

16-
**Role-Based Access Control (RBAC)** is the foundation. Every user holds a role — Owner, Admin, Member, Guest, Contributor, Commenter, or a custom role you've defined — and that role carries a defined set of permissions.
16+
**Role-Based Access Control (RBAC)** is the foundation. Every user holds a role — either a system-defined role (Owner, Admin, Member, Guest, Contributor, or Commenter) or a [custom role](/roles-and-permissions/custom-roles) — and that role carries a defined set of permissions.
1717

1818
**Granular Access Control (GAC)** sits on top. It lets you grant or deny specific permissions to specific users on specific resources, independent of their role. A Contributor could be denied "delete work items" on one particular project while keeping that permission everywhere else, or a specific user could be granted temporary edit access to a single page for the duration of an external review — all without changing anyone's role. GAC is for the exceptions — situations where role-level access is too coarse.
1919

0 commit comments

Comments
 (0)