X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=ab1afe2109f82b1760d9c026982c548585d51ce2;hp=f08f5b78597008c3aadaeb8c037051930c286344;hb=616525021b3691e30a980a42b837b7ad44ecfd09;hpb=214b37ff07f3fde89430297b2a857750a56ae205;ds=sidebyside diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f08f5b7859..ab1afe2109 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5720,6 +5720,10 @@ $wgRateLimits = [ 'newbie' => [ 5, 86400 ], 'user' => [ 20, 86400 ], ], + 'changeemail' => [ + 'ip-all' => [ 10, 3600 ], + 'user' => [ 4, 86400 ] + ], // Purging pages 'purge' => [ 'ip' => [ 30, 60 ],