X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=ba755fa1a2464884592dd0abd21ebeef39e22c20;hb=6df9ed1ad68c92b5e7364038ef3932c4739eb86e;hp=a28aa5b3f50eaacbb6a29c3b49a77a5d7a690ac1;hpb=79ef473a2f558438c6846d046afe2e31db042722;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a28aa5b3f5..ba755fa1a2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5797,7 +5797,7 @@ $wgPasswordAttemptThrottle = [ // Long term limit. We need to balance the risk // of somebody using this as a DoS attack to lock someone // out of their account, and someone doing a brute force attack. - [ 'count' => 150, 'seconds' => 60*60*48 ], + [ 'count' => 150, 'seconds' => 60 * 60 * 48 ], ]; /**