Difference between revisions of "Manual:Extension/BlueSpicePageAccess"

[unchecked revision][unchecked revision]
m (Text replacement - "[[PageAccess" to "[[Reference:PageAccess")
(Tag: 2017 source edit)

What is PageAccessBlueSpicePageAccess?[edit | edit source]

PageAccess BlueSpicePageAccess allows only a certain group access to the page.

Usage[edit | edit source]

Editing the PageAccess tag in VisualEditor

To add this tag, use "Insert magic word" dialog and select "PageAccess". For more information on how to insert magic words see BlueSpiceInsertMagic extension.

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. "accessAccess to the page will be allowed only to users belonging to groups listed in the tag. "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: To use this functionality, add PageAccess tag anywhere on the page.

 <bs:pageaccess groups="secure" /> 

Restricts This 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 User can only restrict access to a group you do not belong tothe groups that it belongs to. This is a security feature, in order to not accidentally lock yourself prevent users from locking themselves out of the a page.

See also[edit | edit source]

Our reference Reference page for this extension.


Attachments

Discussions