About
Publishing permissions profile is a typical permission set for an publishing setting. A small number of contributors and the masses can only do limited things, like comment.
Typical use
Webzine
Details
There are 4 groups:
Anonymous
Registered
Editors
Admins
For example:
- Anonymous users can comment and suggest things, but their is always Captcha protection against spammers.
- Users can't register
Related: IntranetPermissions, CommunityPermissions
profile definition
YAML
permissions:
Anonymous:
allow: [ view ]
Registered:
description: Will be ignored because group is already created
allow: [ edit, minor ]
deny: [ export_wiki ]
Editors:
description: Trusted users watching the recent changes to avoid spam
allow: [ rollback ]