1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00
This commit is contained in:
Unrud 2017-06-24 10:03:26 +02:00 committed by GitHub
parent e2c8c08f71
commit b962c6ce22

View file

@ -43,11 +43,10 @@ $ htpasswd -B /path/to/users user2
New password: New password:
Re-type new password: Re-type new password:
``` ```
**bcrypt** is used to secure the passwords. Radicale required additional **bcrypt** is used to secure the passwords. Radicale requires additional
dependencies for this encryption method: dependencies for this encryption method:
```shell ```shell
$ python3 -m pip install --upgrade passlib $ python3 -m pip install --upgrade passlib bcrypt
$ python3 -m pip install --upgrade bcrypt
``` ```
Authentication can be enabled with the following configuration: Authentication can be enabled with the following configuration: