How do I prevent editing by anonymous users

From PaulGuWiki

Jump to: navigation, search

The recommended method is by changing the value of the $wgGroupPermissions configuration option.

Edit LocalSettings.php and add the line:

$wgGroupPermissions['*']['edit'] = false;


modified on 7 April 2009 at 22:38 ••• total 1,353 views ••• Top