wiki:MediaWikiConfiguration

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

Last modified 7 days ago Last modified on 03/19/25 13:10:15
Note: See TracWiki for help on using the wiki.