Wiki Admin/AccessControl/Manual: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<accesscontrol>Admins,ITStaff</accesscontrol>
<accesscontrol>Admins</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]]
 
=== Creating Groups ===
*To add a user to an existing group simply add their name to one of the group pages at [[Wiki Admin/AccessControl]].
*To create a group simply go to [[Admin/AccessControl]] edit the page and add the group.
 
===Creating Groups===
 
*To create a group simply go to [[Wiki 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 ===
===Using AccessControl on a Page===
* To use Access control on a page simply add the following tag to the top of the 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>
<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>
*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>
 
===Important Notes===
 
*Even if you have the AccessControl tag on a page it is not 100% secure so do NOT store any passwords or other sensitive data on the wiki.
*AccessControl does not have inherited permissions meaning every time you create a new subpage of a protected page it will still need an AccessControl tag to be protected.

Latest revision as of 15:50, 4 February 2020

Adding Users to Groups

Creating Groups

* [[groupNameHere]]

Using AccessControl 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>

Important Notes

  • Even if you have the AccessControl tag on a page it is not 100% secure so do NOT store any passwords or other sensitive data on the wiki.
  • AccessControl does not have inherited permissions meaning every time you create a new subpage of a protected page it will still need an AccessControl tag to be protected.