delay: update doc

This commit is contained in:
Peter Bieringer
2026-04-02 13:08:31 +02:00
parent 3ab7e2049f
commit 26059ac022
2 changed files with 2 additions and 5 deletions

View File

@@ -1078,9 +1078,7 @@ Default: `False`
##### delay ##### delay
Average delay (in seconds) after failed login attempts. Average delay (in seconds) after failed or missing login attempts or denied access.
Also used for invalid/not-existing/not-enabled share-by-token. _(>= 3.7.0)_
Default: `1` Default: `1`

3
config
View File

@@ -180,8 +180,7 @@
# Enable caching of htpasswd file based on size and mtime_ns # Enable caching of htpasswd file based on size and mtime_ns
#htpasswd_cache = False #htpasswd_cache = False
# Incorrect authentication delay (seconds) # Incorrect or missing authentication or denied access average delay (seconds)
# Also used for invalid/not-existing/not-enabled share-by-token (>= 3.7.0)
#delay = 1 #delay = 1
# Message displayed in the client when a password is needed # Message displayed in the client when a password is needed