From 08479c9f47e1a03dd6fbc286bf780f1201701032 Mon Sep 17 00:00:00 2001 From: niharika29 Date: Mon, 24 Apr 2017 22:43:41 +0000 Subject: [PATCH] Change default configs for LoginNotify production Bug: T160094 Change-Id: Ibb19e2569d3b3f86dfdeffb3f803cae677e7ee59 --- extension.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.",