Difference between revisions of "Manual:Extension/BlueSpicePageAccess"
[unchecked revision] | [quality revision] |
m (Lsireta moved page Extensions/PageAccess to Extension/PageAccess) |
(Changed categories.) |
Contents
PageAccess allows only a certain group access to the page.
Usage[edit | edit source]
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. If you allow a certain group to access the page, all other groups are locked out. "access"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:
How to restrict access to a page[edit | edit source]
Users who have the necessary permissions (by default through the roles admin, maintenanceadmin, and structuremanager) can add the necessary instruction to a page.
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 sdisplays an info header that shows the groups that have access to the page.
In source view, the tag looks like this:<bs:pageaccess groups="securesysop" />
Restricts all access to the group "secure". To add more groups, use commas to separate:
<bs:pageaccess groups="securesysop,secure1,secure2" />
It is not possible to A 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[edit | edit source]
Our reference page. the groups this user belongs to. This is a security feature to prevent users from locking themselves out of a page.
Related info
<bs:bookshelf src="Book:User manual" /> __TOC__ ==What is PageAccess?== '''PageAccess allows''' only a certain group access to the page. ==Usage== {{DISPLAYTITLE:Page access restrictions}} '''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. 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: <pre><nowiki> <bs:pageaccess groups="secure" /> </nowiki></pre> Restricts all access to the group "secure". "Access" here means all actions, including read and edit. <br /> ==How to restrict access to a page== Users who have the necessary permissions (by default through the roles ''admin, maintenanceadmin,'' and ''structuremanager'') can add the necessary instruction to a page. '''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|Inserting the magic word PageAccess|link=https://en.wiki.bluespice.com/wiki/File:PageAccess1.png|alt=Inserting the magic word PageAccess|center|650x650px|thumb]] The page now sdisplays an info header that shows the groups that have access to the page. [[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> It is not possible to A 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 [[PageAccess|reference page.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}} __FORCETOC__ [[Category:Editing]]
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:Page access restrictions}} | |
− | + | '''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 /> | |
+ | ==How to restrict access to a page== | ||
+ | Users who have the necessary permissions (by default through the roles ''admin, maintenanceadmin,'' and ''structuremanager'') can add the necessary instruction to a page. | ||
− | + | '''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|Inserting the magic word PageAccess|link=https://en.wiki.bluespice.com/wiki/File:PageAccess1.png|alt=Inserting the magic word PageAccess|center|650x650px|thumb]] | ||
− | + | The page now sdisplays an info header that shows the groups that have access to the page. | |
− | + | [[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" /> | |
− | <pre><nowiki> | ||
− | <bs:pageaccess groups=" | ||
</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}} | |
− | + | __FORCETOC__ | |
− | + | [[Category:Editing]] | |
− |