From 23364537c5cbde2c9769d4a146ba0aff212d118a Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 13 Mar 2025 05:44:05 +0000 Subject: [PATCH] Generate documentation --- master.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/master.html b/master.html index a439164e..0a239c62 100644 --- a/master.html +++ b/master.html @@ -369,6 +369,10 @@ file.
The users
file can be created and managed with htpasswd:
Note: some OS contain unpatched htpasswd
(< 2.4.59)
+without supporting SHA-256 or SHA-512 (e.g. Ubuntu LTS 22), in this case
+use '-B' for "bcrypt" hash method or stay with insecure MD5 (default) or
+SHA-1 ('-s').
# Create a new htpasswd file with the user "user1" using SHA-512 as hash method
$ htpasswd -5 -c /path/to/users user1
New password: