mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
rate limiting org invite emails further
This commit is contained in:
parent
6648e8db15
commit
f78f2710be
@ -183,6 +183,26 @@
|
||||
"Endpoint": "post:/installations",
|
||||
"Period": "2m",
|
||||
"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…
Reference in New Issue
Block a user