BlueSpicePageAccess

Revision as of 18:44, 24 November 2017 by Angelika (talk | contribs)

Extension: BlueSpicePageAccess


Overview
Description: Allows group-based access on page level
State: stable Dependency: BlueSpice
Developer: HalloWelt License: -
Type: BlueSpice Category: Security
Edition: BlueSpice free, BlueSpice pro

Features

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.

Attachments

Discussions