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