From: Tim Starling Date: Thu, 23 Oct 2003 07:57:22 +0000 (+0000) Subject: sysop user bans off by default X-Git-Tag: 1.1.0~203 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=a3f0d1334234cf67d14da5aab9df6cfe8391d65a;p=lhc%2Fweb%2Fwiklou.git sysop user bans off by default --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0545db6137..141169ea5b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -76,7 +76,7 @@ $wgLogQueries = false; $wgUseBetterLinksUpdate = true; # User rights settings -$wgSysopUserBans = true; # Allow sysops to ban logged-in users +$wgSysopUserBans = false; # Allow sysops to ban logged-in users $wgIPBlockExpiration = 86400; # IP blocks expire after this many seconds, 0=infinite $wgUserBlockExpiration = 0; # As above, but for logged-in users