From c04ded6fd8f6137d3d18047c260639077aea76c4 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 16 May 2023 15:11:23 -0700 Subject: [PATCH] Update usage.md --- docs/usage.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 04449177f..140695b95 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -205,8 +205,10 @@ for details. ## Permissions As of version 1.14.0 Paperless-ngx added core support for user / group permissions. Permissions is -based around an object 'owner' and 'view' and 'edit' permissions can be granted to other users -or groups. +based around 'global' permissions as well as 'object-level' permissions. Global permissions designate +which parts of the application a user can access (e.g. Documents, Tags, Settings) and object-level +determine which objects are visible or editable. All objects have an 'owner' and 'view' and 'edit' +permissions which can be granted to other users or groups. Permissions uses the built-in user model of the backend framework, Django.