Niharika29 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350089 )

Change subject: Change default configs for LoginNotify production
......................................................................

Change default configs for LoginNotify production

Bug: T160094
Change-Id: Ibb19e2569d3b3f86dfdeffb3f803cae677e7ee59
---
M extension.json
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LoginNotify 
refs/changes/89/350089/1

diff --git a/extension.json b/extension.json
index 305da8a..421454f 100644
--- a/extension.json
+++ b/extension.json
@@ -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.",

-- 
To view, visit https://gerrit.wikimedia.org/r/350089
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb19e2569d3b3f86dfdeffb3f803cae677e7ee59
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LoginNotify
Gerrit-Branch: master
Gerrit-Owner: Niharika29 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to