May 22, 2012, Tuesday, 142

Help:AccessControl

From SwissExperiment

AccessControl (Redirected from Help:AccessControlHowTo)
Jump to: navigation, search

Access Control in Wiki

The following usergroups currently exist:


In-built usergroups are Sysop and Bureaucrat

Adding more usergroups

  • Create a Wiki-Page with the Name Usergroup:Groupname and add the Users in the Group in a Bulletlist
  • Example: You want the Group "Tramm" with the Users "John Doe" and "Jane Doe" in it:
  • Create the Wiki-Article: "Usergroup:Tramm" and put the following in its text:
    • John Doe
    • Jane Doe
  • Add the category: [[Category:User group]]

Usage

  • Add the code below on the TOP of the wiki page which is to be access controlled (replace USERGROUP with the name of your usergroup)
<accesscontrol>USERGROUP</accesscontrol>
  • If you just want Record group to access then simply add on the top of the page the following:
<accesscontrol>Record</accesscontrol>
  • If you want to protect the page, so the users of a group can read but not edit, you have to append "(ro)" to the group name.
<accesscontrol>Record,,Users(ro)</accesscontrol>