Neither PUBLIC nor self-editors get to edit any properties by virtue of their role.

This commit is contained in:
j2blake 2012-03-29 16:36:09 +00:00
parent 6ed41b7745
commit 71ed58cc2e
2 changed files with 13 additions and 5 deletions

View file

@ -137,7 +137,6 @@ auth:SELF_EDITOR
# For role-based display and editing, SelfEditor is like Public.
# SelfEditor uses its special permissions to edit/display its own values.
auth:hasPermission displayByRole:Public ;
auth:hasPermission editByRole:Public ;
.
auth:PUBLIC
@ -150,7 +149,4 @@ auth:PUBLIC
# role-based permissions for PUBLIC
auth:hasPermission displayByRole:Public ;
# why are some properties declared editable by PUBLIC, but we don't want them to be.
# auth:hasPermission editByRole:Public ;
.