Merge #1910
1910: Smarter default settings for rate limiting r=mergify[bot] a=Diman0 ## What type of PR? enhancement ## What does this PR do? As discussed during the last meeting (#1582) people have issues with a too low default value for rate limiting. By default rate limiting was also enabled for the internal subnet which caused normal users to block webmail for all users after a couple of failed login attempts on webmail. As discussed in #1867 we will make the following changes for now. The default value for AUTH_RATELIMIT_SUBNET is set to False again. The default value for AUTH_RATELIMIT is increased to a higher value to prevent issues. ### Related issue(s) - #1582 - closes #1867 ## Prerequistes Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Diman0 <diman@huisman.xyz>master
commit
aeb4bddb30
@ -0,0 +1 @@
|
|||||||
|
Changed default value of AUTH_RATELIMIT_SUBNET to false. Increased default value of the rate limit in setup utility (AUTH_RATELIMIT) to a higher value.
|
Loading…
Reference in New Issue