diff --git a/app/views/console/databases/collection.phtml b/app/views/console/databases/collection.phtml index a77979c584..4e80f8f17a 100644 --- a/app/views/console/databases/collection.phtml +++ b/app/views/console/databases/collection.phtml @@ -486,8 +486,8 @@ $logs = $this->getParam('logs', null);
Choose the permissions model for this collection.
+Configure the permissions matrix for this collection.
With Collection Level permissions, you assign permissions only once in the collection.
-In this permission level, permissions assigned to collection takes the precedence and documents permissions are ignored.
-With Document Level permissions, you have granular access control over every document. Users will only be able to access documents for which they have explicit permissions.
-In this permission level, document permissions take precedence and collection permissions are ignored.
+ Enabled +With Document Security enabled, users will be able to access documents for which they have either Document or Collection permissions.