summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-07-01 07:10:51 -0400
committerGitHub <noreply@github.com>2022-07-01 07:10:51 -0400
commit8600ca27d6f8972630d44d6a42d6e17b368d2520 (patch)
tree0e0936dfbe95893da6f57af9b16e60a65584917e
parent3ad88ca6b010dba8760dd5dfe1dd606c1c010e12 (diff)
parent8c334f5ff46fe49431a9a34ba146649288ef3660 (diff)
Merge pull request #201 from nramsbottom/master
Update call to htpasswd to specify bcrypt
-rw-r--r--content/radicale.md2
1 files changed, 1 insertions, 1 deletions
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