Merge "Use "user-global" limit for TOTP attempts."

This commit is contained in:
jenkins-bot 2020-09-03 13:41:16 +00:00 committed by Gerrit Code Review
commit 8d8434b961

View file

@ -131,10 +131,8 @@
"RateLimits": {
"badoath": {
"&can-bypass": false,
"user": [
10,
60
]
"user": [ 10, 60 ],
"user-global": [ 10, 60 ]
}
},
"ReauthenticateTime": {