From 97198efb1c7c7f23121c840bb8bc4531e856bb78 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Sun, 15 Mar 2026 15:24:13 +0100 Subject: [PATCH] README: improve documentation on how to generate password hash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2db29b..5770419 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Or with a volume, for example if you created a volume named `bibliomane_data`: `--add-user` or `-a` can be used to create an account on startup. It requires a string following htpasswd format `[username]:[bcrypt hashed password]`. -The password can be generated using `htpasswd -nB [username]`. +The password can be generated using `htpasswd -nBC10 [username]`. For example, to create an user account `demo`: