Page is a draft due to changes in included resources
You are viewing an old version of this page. Return to the latest version.
No categories assigned
BlueSpicePageAccess
-
- Last edited 6 years ago by Lsireta
-
-
- This page is a draft but has an approved version
Contents
What is PageAccess?
PageAccess allows only a certain group access to the page.
Usage
Access restriction per page is done on group basis. If you allow a certain group to access the page, all other groups are locked out. "access" here means all actions, including read and edit. In order to do this, you use the page access tag, which can be entered anywhere in a wiki article:
<bs:pageaccess groups="secure" />
Restricts all access to the group "secure". To add more groups, use commas to separate:
<bs:pageaccess groups="secure,secure1,secure2" />
It is not possible to restrict access to a group you do not belong to, in order to not accidentally lock yourself out of the page.
See also
Our reference page.