About Permission profiles
%AboutPermissionProfiles%
About this profile
Community permissions profile is a typical permission set for an community setting. Potentially a large number of contributors make the site live.
Typical use
Community
Details
There are 4 groups:
Anonymous
Registered
Editors
Admins
For example:
- Anonymous users can read but are encouraged to register to participate
- Users can register
- Registered users can do many actions, but nothing that can destroy content
- Editors are there to clean up :-)
Related: PublishingPermissions, 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 ]