Wiki Admin/AccessControl/Manual: Difference between revisions
< Wiki Admin | AccessControl
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<accesscontrol>Admins</accesscontrol> | <accesscontrol>Admins,ITStaff</accesscontrol> | ||
=== Adding Users to Groups === | === Adding Users to Groups === | ||
* To add a user to an existing group simply add their name to one of the group pages at [[Admin/AccessControl]] | |||
To add a user to | |||
=== Creating Groups === | === Creating Groups === | ||
*To create a group simply go to [[Admin/AccessControl]] edit the page and add the group. | |||
To create a group simply go to [[Admin/AccessControl]] edit the page and add the group. | *Example: | ||
Example: | |||
<code><nowiki>* [[groupNameHere]]</nowiki></code> | <code><nowiki>* [[groupNameHere]]</nowiki></code> | ||
=== Using AccessControll on a Page === | |||
* To use Access control on a page simply add the following tag to the top of the page. | |||
<code><nowiki><accesscontrol></accesscontrol></nowiki></code> | |||
* The groups that you want to be able to acces the page should be add inbetween the accesscontroll tag as such: | |||
<code><nowiki><accesscontrol>Admins, ITStaff, someOtherGroup</accesscontrol></nowiki></code> |
Revision as of 11:39, 16 January 2020
Adding Users to Groups
- To add a user to an existing group simply add their name to one of the group pages at Admin/AccessControl
Creating Groups
- To create a group simply go to Admin/AccessControl edit the page and add the group.
- Example:
* [[groupNameHere]]
Using AccessControll on a Page
- To use Access control on a page simply add the following tag to the top of the page.
<accesscontrol></accesscontrol>
- The groups that you want to be able to acces the page should be add inbetween the accesscontroll tag as such:
<accesscontrol>Admins, ITStaff, someOtherGroup</accesscontrol>