diff options
| author | Neil Ramsbottom <nramsbottom@hotmail.com> | 2022-06-30 16:23:08 +0200 |
|---|---|---|
| committer | Neil Ramsbottom <nramsbottom@hotmail.com> | 2022-06-30 16:23:08 +0200 |
| commit | 8c334f5ff46fe49431a9a34ba146649288ef3660 (patch) | |
| tree | 234c093d9af3fa6ada8bfbc7cdd863e0b71e6858 /content/radicale.md | |
| parent | 98fa01c53248997fa5820680e32490467cee5773 (diff) | |
Update call to htpasswd to specify bcrypt
Diffstat (limited to 'content/radicale.md')
| -rw-r--r-- | content/radicale.md | 2 |
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 |
