Difference between revisions of "Manual:Extension/BlueSpicePageAccess"
[unchecked revision] | [unchecked revision] |
Fbaeckmann (talk | contribs) m (Text replacement - "[[PageAccess" to "[[Reference:PageAccess") |
(Tag: 2017 source edit) |
Contents
- 1 What is PageAccessBlueSpicePageAccess?
- 2 Usage
- 3 See also
What is PageAccessBlueSpicePageAccess?[edit | edit source]
PageAccess BlueSpicePageAccess allows only a certain group access to the page.
Usage[edit | edit source]
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.
<bs:bookshelf src="Book:User manual" /> __TOC__ ==What is PageAccess?== '''PageAccess allows''' BlueSpicePageAccess?== '''BlueSpicePageAccess''' allows only a certain group access to the page. ==Usage== [[File:PageAccess1.png|thumb|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 [[Manual:Extension/BlueSpiceInsertMagic|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. <pre><nowiki> <bs:pageaccess groups="secure" /> </nowiki></pre> Restricts This restricts all access to the group "secure". To add more groups, use commas to separate: <pre><nowiki> <bs:pageaccess groups="secure,secure1,secure2" /> </nowiki></pre> It is not possible to User can only 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:PageAccess|reference page.]]the groups that it belongs to. This is a security feature, in order to prevent users from locking themselves out of a page. ==See also== [[Reference:PageAccess|Reference page]] for this extension.
Line 3: | Line 3: | ||
__TOC__ | __TOC__ | ||
− | ==What is | + | ==What is BlueSpicePageAccess?== |
− | ''' | + | '''BlueSpicePageAccess''' allows only a certain group access to the page. |
==Usage== | ==Usage== | ||
+ | [[File:PageAccess1.png|thumb|Editing the PageAccess tag in VisualEditor]] | ||
− | Access restriction per page is done on group basis. | + | To add this tag, use "Insert magic word" dialog and select "PageAccess". For more information on how to insert magic words see [[Manual:Extension/BlueSpiceInsertMagic|BlueSpiceInsertMagic]] extension. |
+ | |||
+ | Access restriction per page is done on 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. | ||
<pre><nowiki> | <pre><nowiki> | ||
Line 15: | Line 18: | ||
</nowiki></pre> | </nowiki></pre> | ||
− | + | This restricts all access to the group "secure". To add more groups, use commas to separate: | |
<pre><nowiki> | <pre><nowiki> | ||
Line 21: | Line 24: | ||
</nowiki></pre> | </nowiki></pre> | ||
− | + | User can only restrict access to the groups that it belongs to. This is a security feature, in order to prevent users from locking themselves out of a page. | |
==See also== | ==See also== | ||
− | + | [[Reference:PageAccess|Reference page]] for this extension. |