diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-08-28 10:07:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 10:07:46 +0000 |
| commit | 488ee46745bb2779dcfd21843faaec4bc654c84f (patch) | |
| tree | bc59eef737c594124ed8bc7e35ea17c47e324957 /content | |
| parent | bd14e968afa575dd583066e9f58db934652eb3df (diff) | |
| parent | d74dba13e02b5ff3d88c6153047f67498dd60250 (diff) | |
Merge pull request #285 from UncutDan/master-1
Update radicale.md
Diffstat (limited to 'content')
| -rw-r--r-- | content/radicale.md | 6 |
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 |
