summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUncutDan <59778410+UncutDan@users.noreply.github.com>2023-08-24 00:36:11 -0400
committerGitHub <noreply@github.com>2023-08-24 00:36:11 -0400
commitd74dba13e02b5ff3d88c6153047f67498dd60250 (patch)
treeca3c63db2cf58e109a645c908a646147f090065e
parentac46cc6d92873f2c9117c192ce2836616b95966f (diff)
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
-rw-r--r--content/radicale.md6
1 files changed, 6 insertions, 0 deletions
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