mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-11 16:49:30 +00:00
Change default configs for LoginNotify production
Bug: T160094 Change-Id: Ibb19e2569d3b3f86dfdeffb3f803cae677e7ee59
This commit is contained in:
parent
caac22f193
commit
08479c9f47
|
@ -57,11 +57,11 @@
|
|||
},
|
||||
"config": {
|
||||
"@docLoginNotifyAttemptsKnownIP": "The number of failed login attempts to permit from a known IP before a notification is triggered.",
|
||||
"LoginNotifyAttemptsKnownIP": 10,
|
||||
"LoginNotifyAttemptsKnownIP": 5,
|
||||
"@docLoginNotifyExpiryKnownIP": "The time-to-live of the count of failed login attempts from a known IP (from the time of the first failed attempt).",
|
||||
"LoginNotifyExpiryKnownIP": 604800,
|
||||
"@docLoginNotifyAttemptsNewIP": "The number of failed login attempts to permit from a new IP before a notification is triggered.",
|
||||
"LoginNotifyAttemptsNewIP": 3,
|
||||
"LoginNotifyAttemptsNewIP": 1,
|
||||
"@docLoginNotifyExpiryNewIP": "The time-to-live of the count of failed login attempts from a new IP (from the time of the first failed attempt).",
|
||||
"LoginNotifyExpiryNewIP": 1209600,
|
||||
"@docLoginNotifyCheckKnownIPs": "Whether to trigger a notification after failed logins from known IPs.",
|
||||
|
|
Loading…
Reference in a new issue