Add support for rate limiting signup requests
This commit is contained in:
parent
7054cea48e
commit
63bf18a3c3
4 changed files with 82 additions and 1 deletions
|
@ -140,3 +140,8 @@ smtp_user_name: null
|
|||
smtp_password: null
|
||||
# Matomo settings for analytics
|
||||
#matomo:
|
||||
# Signup rate limits
|
||||
#signup_ip_per_day:
|
||||
#signup_ip_max_burst:
|
||||
#signup_email_per_day:
|
||||
#signup_email_max_burst:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue