diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 0eaf0ed1..f03c2895 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1078,9 +1078,7 @@ Default: `False` ##### delay -Average delay (in seconds) after failed login attempts. - -Also used for invalid/not-existing/not-enabled share-by-token. _(>= 3.7.0)_ +Average delay (in seconds) after failed or missing login attempts or denied access. Default: `1` diff --git a/config b/config index c6fee311..63fc0072 100644 --- a/config +++ b/config @@ -180,8 +180,7 @@ # Enable caching of htpasswd file based on size and mtime_ns #htpasswd_cache = False -# Incorrect authentication delay (seconds) -# Also used for invalid/not-existing/not-enabled share-by-token (>= 3.7.0) +# Incorrect or missing authentication or denied access average delay (seconds) #delay = 1 # Message displayed in the client when a password is needed