X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=208cfe6ea0f7a55be119c47a4bb6f0ac84634a4f;hp=fea5ff9ea7650062d29150da7f5c2414378b5eda;hb=1dd54d80af8403c0f36746f482a46ffb41fb28ed;hpb=b757658f673d3f67f55b8223696922a9ff9ad58f diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index fea5ff9ea7..208cfe6ea0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5711,6 +5711,11 @@ $wgRateLimits = [ 'ip-all' => [ 10, 3600 ], 'user' => [ 4, 86400 ] ], + // since 1.33 - rate limit email confirmations + 'confirmemail' => [ + 'ip-all' => [ 10, 3600 ], + 'user' => [ 4, 86400 ] + ], // Purging pages 'purge' => [ 'ip' => [ 30, 60 ],