mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 08:14:15 +00:00
Merge "Use "user-global" limit for TOTP attempts."
This commit is contained in:
commit
8d8434b961
|
@ -131,10 +131,8 @@
|
|||
"RateLimits": {
|
||||
"badoath": {
|
||||
"&can-bypass": false,
|
||||
"user": [
|
||||
10,
|
||||
60
|
||||
]
|
||||
"user": [ 10, 60 ],
|
||||
"user-global": [ 10, 60 ]
|
||||
}
|
||||
},
|
||||
"ReauthenticateTime": {
|
||||
|
|
Loading…
Reference in a new issue