X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=43b30b05c73f3bc6050c542663ac38a77a25c3b1;hb=a3a9b8d440c10e0f1937b20d36cd9e1004843197;hp=89b77d28b3505bfd7a3918e5ca5ad0218b3b0b3d;hpb=d135b6ebe5a79a6b3d0e03fe2bd11747b971ff68;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 89b77d28b3..43b30b05c7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5681,6 +5681,10 @@ $wgRateLimits = [ 'newbie' => [ 5, 86400 ], 'user' => [ 20, 86400 ], ], + 'changeemail' => [ + 'ip-all' => [ 10, 3600 ], + 'user' => [ 4, 86400 ] + ], // Purging pages 'purge' => [ 'ip' => [ 30, 60 ],