Updated access control (markdown)
parent
d8b3206bca
commit
7d86d1981c
|
@ -6,6 +6,6 @@ The possible values of that list (and its interpretation) are
|
|||
* TRUE : every user can access the object;
|
||||
* A list : in which case it's equivalent to
|
||||
|
||||
(member? current-user (flatten acl))
|
||||
(member? current-user (flatten acl))
|
||||
|
||||
The reason for using *(flatten acl)* is that groups of users may be added to access control lists as sublists, recursively. Note that if the sublist of the access control list which contains the current user is not readable by the current user, then the object will not be readable by the current user.
|
Loading…
Reference in a new issue