Posted by: ipsita mishra on: October 22, 2007
Never edit includes/DefaultSettings.php, just copy appropriate lines to LocalSettings.php instead and amend them as appropriate.
Just add this line to LocalSettings.php.
# Disable anonymous editing $wgGroupPermissions['*']['edit'] = false;
Restrict 'Page Creation' access for anonymous users.
# Anonymous users can't create pages $wgGroupPermissions['*']['createpage'] = false;
Recent Comments