diff --git a/master.html b/master.html index 34c38564..0aefc608 100644 --- a/master.html +++ b/master.html @@ -309,7 +309,7 @@ for some basic configuration.
system.First, make sure that python 3.8 or later and +
First, make sure that python 3.9 or later and
pip are installed. On most distributions it should be
enough to install the package python3-pip
.
Then open a console and type:
@@ -936,6 +936,22 @@ users. users.Default: none
Cache successful/failed logins until expiration time. Enable this to +avoid overload of authentication backends.
+Default: false
Expiration time of caching successful logins in seconds
+Default: 15
Expiration time of caching failed logins in seconds
+Default: 90
Path to the htpasswd file.
@@ -964,6 +980,11 @@ password with a salt. entry.Default: autodetect
Enable caching of htpasswd file based on size and mtime_ns
+Default: False
Average delay after failed login attempts in seconds.