Don't allow the public to edit properties that are marked as editable by the public.
This commit is contained in:
parent
1162a294c1
commit
7690f83cfe
1 changed files with 3 additions and 1 deletions
|
@ -148,5 +148,7 @@ auth:PUBLIC
|
|||
|
||||
# role-based permissions for PUBLIC
|
||||
auth:hasPermission displayByRole:Public ;
|
||||
auth:hasPermission editByRole:Public ;
|
||||
|
||||
# why are some properties declared editable by PUBLIC, but we don't want them to be.
|
||||
# auth:hasPermission editByRole:Public ;
|
||||
.
|
||||
|
|
Loading…
Add table
Reference in a new issue