From 8c334f5ff46fe49431a9a34ba146649288ef3660 Mon Sep 17 00:00:00 2001 From: Neil Ramsbottom Date: Thu, 30 Jun 2022 16:23:08 +0200 Subject: Update call to htpasswd to specify bcrypt --- content/radicale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/radicale.md') diff --git a/content/radicale.md b/content/radicale.md index 56d3b0f..b24f8ef 100644 --- a/content/radicale.md +++ b/content/radicale.md @@ -46,7 +46,7 @@ As you can see under \[auth\] we use htpasswd to manage the users. Execute the following command to add a new user to Radicale. ```sh -htpasswd -c /etc/radicale/users username +htpasswd -B -c /etc/radicale/users username ``` As Radicale stands now it is fully functional and after starting it by -- cgit v1.2.3