mirror of
https://github.com/bitwarden/server.git
synced 2025-03-11 13:19:40 +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",
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user