Changes between Version 7 and Version 8 of MediaWikiConfiguration
- Timestamp:
- 08/08/09 09:23:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MediaWikiConfiguration
v7 v8 41 41 }}} 42 42 43 == Security == 44 45 To keep anonymous users from editing the wiki, add/change in LocalSettings.php: 46 47 {{{ 48 $wgGroupPermissions['*']['edit'] = false; 49 $wgGroupPermissions['user']['edit'] = true; 50 }}} 51 52 This will prevent anonymous users (users who aren't logged in) from editing the wiki. 53 43 54 == See also == 44 55