Changes

Jump to navigation Jump to search
669 bytes added ,  12:23, 4 September 2020
}}
</pre>
 
===Restricting Access===
 
By default the wiki allows anyone to read pages and only users to edit pages. You can add additional security constraints by putting [https://www.mediawiki.org/wiki/Extension:Semantic_ACL Semantic ACL] code on a page.
 
For example, some help pages and other content have their read access restricted to users only. This can be achieved by setting the "Visible to" property on the page as follows:
<nowiki>[[Visible to::users]]</nowiki>
Or equivalently but silently:
<nowiki>{{#set: Visible to=users}}</nowiki>
 
The most commonly used groups for security are '''users''' and '''team'''. '''team''' designation is available from management.
==Working with the infrastructure==

Navigation menu