mirror of
https://github.com/bitwarden/server.git
synced 2025-03-10 13:09:12 +01:00
relax rate limiting on invites
This commit is contained in:
parent
091d6d318c
commit
e4c58b1d5c
@ -202,7 +202,7 @@
|
||||
{
|
||||
"Endpoint": "post:/organizations/*/users/invite",
|
||||
"Period": "1m",
|
||||
"Limit": 3
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/organizations/*/users/invite",
|
||||
@ -212,7 +212,7 @@
|
||||
{
|
||||
"Endpoint": "post:/organizations/*/users/*/reinvite",
|
||||
"Period": "1m",
|
||||
"Limit": 4
|
||||
"Limit": 5
|
||||
},
|
||||
{
|
||||
"Endpoint": "post:/organizations/*/users/*/reinvite",
|
||||
|
Loading…
Reference in New Issue
Block a user