Increase width of rate limiting text box.

(cherry picked from commit 4cfa2dbc2a)

# Conflicts:
#	setup/templates/steps/config.html
This commit is contained in:
Diman0
2021-08-06 16:44:18 +02:00
committed by Mergify
parent 507cdd73cf
commit 54a1b34997

View File

@@ -39,6 +39,7 @@ Or in plain English: if receivers start to classify your mail as spam, this post
<div class="form-group">
<label>Authentication rate limit per IP for failed login attempts on unique non-existing accounts (password spraying counter-measure)</label>
<!-- Validates number input only -->
<<<<<<< HEAD
<<<<<<< HEAD
<p><input class="form-control" style="width: 9%; display: inline;" type="number" name="auth_ratelimit_ip" value="5" required > / hour
</p>
@@ -58,6 +59,9 @@ Or in plain English: if receivers start to classify your mail as spam, this post
<p><input class="form-control" style="width: 7%; display: inline;" type="number" name="message_ratelimit_pd" value="200" required > / day
=======
<p><input class="form-control" style="width: 7%; display: inline;" type="number" name="auth_ratelimit_pm"
=======
<p><input class="form-control" style="width: 9%; display: inline;" type="number" name="auth_ratelimit_pm"
>>>>>>> 4cfa2dbc (Increase width of rate limiting text box.)
value="10000" required > / minute
>>>>>>> 58890407 (Set default of AUTH_RATELIMIT_SUBNET to False. Increase default AUTH_RATELIMIT value.)
</p>