From a7b8ce496c952f03f25be28c4da7bd08a7a8dc53 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 28 Aug 2020 21:06:56 +0200 Subject: [PATCH] Use "user-global" limit for TOTP attempts. Depends-On: Id680b96be2ea81d29447c4c1abafc8f98a339626 Bug: T251661 Change-Id: I5c81d6cd39a783997cbaf6dc1ca8b5b5008cf0b9 --- extension.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extension.json b/extension.json index a07b5035..dc5ce20e 100644 --- a/extension.json +++ b/extension.json @@ -131,10 +131,8 @@ "RateLimits": { "badoath": { "&can-bypass": false, - "user": [ - 10, - 60 - ] + "user": [ 10, 60 ], + "user-global": [ 10, 60 ] } }, "ReauthenticateTime": {