Difference between revisions of "Manual:Extension/BlueSpicePageAccess"
[unchecked revision] | [quality revision] |
m (Tag: Visual edit) |
m (Tag: Visual edit) |
Contents
What is BlueSpicePageAccess?
[edit | edit source]
BlueSpicePageAccess allows only a certain group restricts access to the a 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.
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:
- Position the cursor at the beginning of your page.
- Select Insert > Magic word.
- Select Page access in the dialog box.
- Click Done.
- Add the groups to the Page access dialog box.
-
Click Insert.
The page now shows an info header that shows the groups that have access.
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
<bs:pageaccess groups="sysop" /> __TOC__ ==What is BlueSpicePageAccess?<bs:pageaccess groups="sysop" />== '''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. 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> <bs:pageaccess groups="secure" /> </nowiki></pre> This restricts all access to the group "secure". restricts access to a page to specified user groups. It is inserted with the tag ''pageaccess''. Access restriction per page is done on a group basis. "Access" here means all actions, including read and edit. <br /> ==Usage== '''To add this tag with [[Manual:VisualEditor|VisualEditor]]:''' #'''Position''' the cursor at the beginning of your page. #'''Select''' ''Insert > Magic word.'' #'''Select''' ''Page access'' in the dialog box. #'''Click''' ''Done''. #'''Add''' the groups to the Page access dialog box. #'''Click''' ''Insert''.<br />[[File:PageAccess1.png|Editing the PageAccess tag in VisualEditor|link=https://en.wiki.bluespice.com/wiki/File:PageAccess1.png|alt=Screenshot: Page access dialog box|border|center|650x650px]] The page now shows an info header that shows the groups that have access. [[File:Manual:magicword-pageacess.png|alt=Screenshot page access message|center|350x350px]] In source view, the tag looks like this:<pre><nowiki> <bs:pageaccess groups="sysop" /> </nowiki></pre> To add more groups, use commas to separate: <pre><nowiki> <bs:pageaccess groups="securesysop,secure1,secure2" /> </nowiki></pre> User A user can only restrict access to the groups that itthis user 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. {{Box Links-en|Topic1=[[Reference:BlueSpicePageAccess]]}} {{Translation}}
Line 1: | Line 1: | ||
− | + | <bs:pageaccess groups="sysop" /> | |
__TOC__ | __TOC__ | ||
+ | ==What is BlueSpicePageAccess?== | ||
− | + | '''BlueSpicePageAccess''' restricts access to a page to specified user groups. It is inserted with the tag ''pageaccess''. Access restriction per page is done on a group basis. "Access" here means all actions, including read and edit. <br /> | |
− | |||
− | '''BlueSpicePageAccess''' | ||
− | |||
==Usage== | ==Usage== | ||
− | [[ | + | '''To add this tag with [[Manual:VisualEditor|VisualEditor]]:''' |
− | + | #'''Position''' the cursor at the beginning of your page. | |
+ | #'''Select''' ''Insert > Magic word.'' | ||
+ | #'''Select''' ''Page access'' in the dialog box. | ||
+ | #'''Click''' ''Done''. | ||
+ | #'''Add''' the groups to the Page access dialog box. | ||
+ | #'''Click''' ''Insert''.<br />[[File:PageAccess1.png|Editing the PageAccess tag in VisualEditor|link=https://en.wiki.bluespice.com/wiki/File:PageAccess1.png|alt=Screenshot: Page access dialog box|border|center|650x650px]] | ||
− | + | The page now shows an info header that shows the groups that have access. | |
− | + | [[File:Manual:magicword-pageacess.png|alt=Screenshot page access message|center|350x350px]] | |
− | <pre><nowiki> | + | In source view, the tag looks like this:<pre><nowiki> |
− | <bs:pageaccess groups=" | + | <bs:pageaccess groups="sysop" /> |
</nowiki></pre> | </nowiki></pre> | ||
− | + | To add more groups, use commas to separate: | |
<pre><nowiki> | <pre><nowiki> | ||
− | <bs:pageaccess groups=" | + | <bs:pageaccess groups="sysop,secure1,secure2" /> |
</nowiki></pre> | </nowiki></pre> | ||
− | + | A user can only restrict access to the groups this user belongs to. This is a security feature to prevent users from locking themselves out of a page. | |
− | |||
− | |||
− | |||
− | |||
+ | {{Box Links-en|Topic1=[[Reference:BlueSpicePageAccess]]}} | ||
{{Translation}} | {{Translation}} |