From d74dba13e02b5ff3d88c6153047f67498dd60250 Mon Sep 17 00:00:00 2001 From: UncutDan <59778410+UncutDan@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:36:11 -0400 Subject: Update radicale.md If the -c modifier is used again to create a second user, there will be 401 issues. See https://github.com/Kozea/Radicale/issues/1075 --- content/radicale.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'content/radicale.md') diff --git a/content/radicale.md b/content/radicale.md index b24f8ef..c37f22c 100644 --- a/content/radicale.md +++ b/content/radicale.md @@ -49,6 +49,12 @@ Execute the following command to add a new user to Radicale. htpasswd -B -c /etc/radicale/users username ``` +To create additional users, htpasswd is used again but without the additional modifier. + +```sh +htpasswd -B /etc/radicale/users username2 +``` + As Radicale stands now it is fully functional and after starting it by executing its binary, can be accessed under example.org:5232. But there are two additional things we can do to make using and managing Radicale -- cgit v1.2.3