mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Update usage.md
This commit is contained in:
		@@ -205,8 +205,10 @@ for details.
 | 
				
			|||||||
## Permissions
 | 
					## Permissions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As of version 1.14.0 Paperless-ngx added core support for user / group permissions. Permissions is
 | 
					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
 | 
					based around 'global' permissions as well as 'object-level' permissions. Global permissions designate
 | 
				
			||||||
or groups.
 | 
					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.
 | 
					Permissions uses the built-in user model of the backend framework, Django.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user