Difference between revisions of "Reference:BlueSpicePageAccess"
(→Usage / Features) |
(→Try free our BlueSpice) |
Extension: BlueSpicePageAccess
Overview | |||
---|---|---|---|
Description: | allows group-based access on page level. | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | - |
Type: | BlueSpice | Category: | Security |
Edition: | BlueSpice free, BlueSpice pro | ||
Features[edit source]
Contents
Description[edit | edit source]
PageAccess allows only a certain group access to the page.
Usage / Features[edit | edit source]
Limits access to individual articles to members of specific groups.
Technical information[edit | edit source]
Configuration[edit | edit source]
Rights (permissions)[edit | edit source]
Requirements[edit | edit source]
PageAccess requires BlueSpiceFoundation.
User manual[edit | edit source]
For detailed description and usage please visit our
Try free our BlueSpice[edit | edit source]
BlueSpiceDemo. 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. "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:
<bs:pageaccess groups="secure" />
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 restrict access to a group you do not belong to, in order to not accidentally lock yourself out of the page.
{{BSExtensionInfobox
|desc=allows group-based access on page level.
|status=stable
|developer=HalloWelt
|type=BlueSpice
|edition=BlueSpice free, BlueSpice pro
|active=Yes
|compatible=BlueSpice
|category=Security
|docu=https://www.mediawiki.org/wiki/Extension:PageAccess
}}
__TOC__
==Description==
'''PageAccess''' allows only a certain group access to the page.
==Usage / Features==
Limits access to individual articles to members of specific groups.
==Technical information==
===Configuration===
===Rights (permissions)===
===Requirements===
PageAccess requires [[BlueSpiceFoundation]].
==User manual==
For detailed description and usage please visit our
==Try free our BlueSpice==
[https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.]
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. "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". To add more groups, use commas to separate:
<pre><nowiki>
<bs:pageaccess groups="secure,secure1,secure2" />
</nowiki></pre>
It is not possible to restrict access to a group you do not belong to, in order to not accidentally lock yourself out of the page.
[[de:{{FULLPAGENAME}}]][[en:{{FULLPAGENAME}}]]
[[Category:Extension]]
Line 38: | Line 38: | ||
[https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.] | [https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[de:{{FULLPAGENAME}}]][[en:{{FULLPAGENAME}}]] | [[de:{{FULLPAGENAME}}]][[en:{{FULLPAGENAME}}]] | ||
[[Category:Extension]] | [[Category:Extension]] |