1
0
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:
Kyle Spearrin 2019-09-24 08:18:14 -04:00
parent 091d6d318c
commit e4c58b1d5c

View File

@ -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",