About Permission profiles
If you use a profile, it will override all your existing global permissions, but not your category permissions or individual item permissions. All the permissions are assigned, but you still need to activate each feature. More info at ProfilePermissions?
About this profile
Intranet permissions profile is a typical permission set for an Intranet setting.
There are 4 groups:
Anonymous
Registered
Editors
Admins
It's a closed site:
- Anonymous users can't do anything.
- Users can't register
profile definition
YAML
objects:
-
ref: Intranet_Permissions
permissions:
Anonymous:
allow: [ export_wiki ]
deny: [ 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 ]
Company_Intranet