mirror of
https://github.com/bitwarden/server.git
synced 2025-04-15 10:08:14 -05:00
rate limiting org invite emails further
This commit is contained in:
parent
6648e8db15
commit
f78f2710be
@ -183,6 +183,26 @@
|
|||||||
"Endpoint": "post:/installations",
|
"Endpoint": "post:/installations",
|
||||||
"Period": "2m",
|
"Period": "2m",
|
||||||
"Limit": 2
|
"Limit": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Endpoint": "post:/organizations/*/users/invite",
|
||||||
|
"Period": "1m",
|
||||||
|
"Limit": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Endpoint": "post:/organizations/*/users/invite",
|
||||||
|
"Period": "1d",
|
||||||
|
"Limit": 300
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Endpoint": "post:/organizations/*/users/*/reinvite",
|
||||||
|
"Period": "1m",
|
||||||
|
"Limit": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Endpoint": "post:/organizations/*/users/*/reinvite",
|
||||||
|
"Period": "1d",
|
||||||
|
"Limit": 300
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user