|
|
|
@ -48,7 +48,7 @@ Or in plain english: if receivers start to classify your mail as spam, this post
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>Authentication rate limit per IP for failed login attempts for non-existing accounts</label>
|
|
|
|
|
<label>Authentication rate limit per IP for failed login attempts or non-existing accounts</label>
|
|
|
|
|
<!-- Validates number input only -->
|
|
|
|
|
<p><input class="form-control" style="width: 9%; display: inline;" type="number" name="auth_ratelimit_ip"
|
|
|
|
|
value="60" required > / hour
|
|
|
|
@ -56,7 +56,7 @@ Or in plain english: if receivers start to classify your mail as spam, this post
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label>Authentication rate limit per user for failed login attempts for existing accounts</label>
|
|
|
|
|
<label>Authentication rate limit per user</label>
|
|
|
|
|
<!-- Validates number input only -->
|
|
|
|
|
<p><input class="form-control" style="width: 9%; display: inline;" type="number" name="auth_ratelimit_user"
|
|
|
|
|
value="100" required > / day
|
|
|
|
|