Version 10 (modified by 2 weeks ago) ( diff ) | ,
---|
Media Wiki Configuration ¶
Security ¶
To keep anonymous users from editing the wiki, add/change in LocalSettings.php:
$wgGroupPermissions['*']['edit'] = false; $wgGroupPermissions['user']['edit'] = true;
This will prevent anonymous users (users who aren't logged in) from editing the wiki. See also MW FAQ
See also ¶
All relevant SAC stuff is really explained here: http://wiki.osgeo.org/wiki/SAC_Service_Status
Note:
See TracWiki
for help on using the wiki.