Difference between revisions of "Manual:Extension/BlueSpicePageAccess"

[unchecked revision][quality revision]
m
m

What is BlueSpicePageAccess?
[edit | edit source]

BlueSpicePageAccess allows only a certain group restricts access to the a 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.

to specified user groups. It is inserted with the tag pageaccess. Access restriction per page is done on a group basis. Access 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. To use this functionality, add PageAccess tag anywhere on the page.

Usage[edit | edit source]

To add this tag with VisualEditor:

  1. Position the cursor at the beginning of your page.
  2. Select Insert > Magic word.
  3. Select Page access in the dialog box.
  4. Click Done.
  5. Add the groups to the Page access dialog box.
  6. Click Insert.
    Screenshot: Page access dialog box

The page now shows an info header that shows the groups that have access.

Screenshot page access message
In source view, the tag looks like this:
                
 <bs:pageaccess groups="securesysop" /> 

            

This restricts all access to the group "secure". To add more groups, use commas to separate:

                 <bs:pageaccess groups="securesysop,secure1,secure2" />

            

User A user can only restrict access to the groups that it this user belongs to. This is a security feature , in order to prevent users from locking themselves out of a page.

See also[edit | edit source]

Reference page for this extension.

Related info


Attachments

Discussions