The BlueSpicePageAccess extension allows you to restrict access to a page to specific user groups. The restriction is done by inserting the pageaccess tag. The access restriction per page is done on a group basis. "Access" here means all actions including reading and editing.
Instructions
To add this tag using VisualEditor:
- Position the cursor at the top of your page.
- Select Add Content Droplet.
- Select Page Access Permission in the dialog box.
- Click Insert.
- Add the desired groups.
- Click Insert.
alternative text=Restrict read access to groups
The page now shows an info header with the groups that have access. Access restriction notice banner
In source view, the tag looks like this:
<bs:pageaccess groups="sysop" />
To add more groups, separate them with commas:
<bs:pageaccess groups="sysop, secure1,secure2" />