Help:Group rights: Difference between revisions

From The Industrial World Rebirth
Jump to navigation Jump to search
(Created page with "# Disable reading by anonymous users $wgGroupPermissions['*']['read'] = false; # Disable anonymous editing $wgGroupPermissions['*']['edit'] = false; # Prevent new user registrations except by sysops $wgGroupPermissions['*']['createaccount'] = false;")
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
# Disable reading by anonymous users
$wgGroupPermissions['*']['read'] = false;


# Disable anonymous editing
$wgGroupPermissions['*']['edit'] = false;
# Prevent new user registrations except by sysops
$wgGroupPermissions['*']['createaccount'] = false;

Latest revision as of 12:34, 17 February 2023