HOWTOlabs  
 Services     Software     Commentary     Design     Astral Musings   
Wiki
Setup and Usage Tips
  printable 
Wiki's are online web pages that are editable directly by the viewng in a web browser. More details soon ...
 
 
Elsewhere
Mediawiki

Disabling Anonymous Edits

$ rcsdiff LocalSettings.php
  110a111,116
  > # The following lines set permissions so that wiki page can only be edited by
  > # registered and logged in users
  > # Added by Nick Atkins - 01/06/06
  > $wgGroupPermissions['*'    ]['createaccount']   = true;
  > $wgGroupPermissions['*'    ]['read']            = true;
  > $wgGroupPermissions['*'    ]['edit']            = false;
The above is for MidiaWiki 1.5 and later. Note, setting createaccount = false will prevent anonymous users from creating accounts for themsleves.
Elsewhere


 
zap technologies