Don't allow the public to edit properties that are marked as editable by the public.

This commit is contained in:
j2blake 2012-01-30 16:27:04 +00:00
parent 1162a294c1
commit 7690f83cfe

View file

@ -148,5 +148,7 @@ auth:PUBLIC
# role-based permissions for PUBLIC # role-based permissions for PUBLIC
auth:hasPermission displayByRole: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 ;
. .