HOPE
04/06/2022, 11:10 AMpermission post_web = owner + ((posters & post_without_moderation) - prevent_post_web - banned)
does it mean no user
can post as well?HOPE
04/06/2022, 11:15 AMeditor
can post? So editor
is not considered as a user
, although each editor
should be a user
?Joey
04/06/2022, 11:16 AMowner
could, if I'm reading it correctlyJoey
04/06/2022, 11:17 AM-
) is within the parensJoey
04/06/2022, 11:17 AMJoey
04/06/2022, 11:18 AMHOPE
04/06/2022, 11:21 AMJoey
04/06/2022, 11:22 AMJoey
04/06/2022, 11:22 AMJoey
04/06/2022, 11:22 AMJoey
04/06/2022, 11:23 AMuser
, you'd write the relationship: whatevertype:someobject#prevent_post_web@user:*
Joey
04/06/2022, 11:25 AMwhatevertype:someobject#prevent_post_web@anonymoususer:*
HOPE
04/06/2022, 11:27 AMtonyabracadabra
04/06/2022, 11:31 AM|
specifies a or
relationship otherwise sysprefix/user:*
would totally invalidates the existence of writing sysprefix/user
ahead of it
definition sysprefix/user {}
definition sysprefix/resource {
/**
* viewer can be granted to a specific user or granted to *all* users.
*/
relation viewer: sysprefix/user | sysprefix/user:*
}
Joey
04/06/2022, 11:32 AMJoey
04/06/2022, 11:32 AMJoey
04/06/2022, 11:32 AMJoey
04/06/2022, 11:32 AMtonyabracadabra
04/06/2022, 11:33 AMJoey
04/06/2022, 11:33 AMJoey
04/06/2022, 11:34 AMJoey
04/06/2022, 11:34 AMtonyabracadabra
04/06/2022, 11:34 AMJoey
04/06/2022, 11:34 AMtonyabracadabra
04/06/2022, 11:34 AMJoey
04/06/2022, 11:35 AMuser
04/06/2022, 5:12 PMtnarg
04/06/2022, 5:38 PMtnarg
04/06/2022, 5:59 PMuser
04/06/2022, 6:50 PM