Skip to content

Commit

Permalink
Set some LoginNotify configs
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 20, 2024
1 parent eed1b67 commit fba052c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GlobalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -906,3 +906,10 @@
[ 'origin-when-cross-origin', 'origin' ];

$wgHTTPImportTimeout = 50;

$wgNotifyTypeAvailabilityByCategory['login-success']['web'] = false;
$wgLoginNotifyAttemptsNewIP = 3;
$wgLoginNotifyUseSeenTable = true;
$wgLoginNotifyUseCheckUser = false;
$wgLoginNotifySeenExpiry = 80 * 86400;
$wgLoginNotifySeenBucketSize = 8 * 86400;

0 comments on commit fba052c

Please sign in to comment.