mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	skeleton user / group admin dialogs [WIP]
This commit is contained in:
		| @@ -38,7 +38,7 @@ class FaviconView(View): | ||||
| class UserViewSet(ModelViewSet): | ||||
|     model = User | ||||
|  | ||||
|     queryset = User.objects.order_by(Lower("username")) | ||||
|     queryset = User.objects.exclude(username="consumer").order_by(Lower("username")) | ||||
|  | ||||
|     serializer_class = UserSerializer | ||||
|     pagination_class = StandardPagination | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon