1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

WIP (small fixes for setup.md)

This commit is contained in:
Unrud 2017-05-24 21:06:43 +02:00
parent 902f6e3211
commit 428138adb5

View file

@ -44,8 +44,8 @@ Re-type new password:
**bcrypt** is used to secure the passwords. Radicale required additional **bcrypt** is used to secure the passwords. Radicale required additional
dependencies for this encryption method: dependencies for this encryption method:
```bash ```bash
$ python3 -m install passlib $ python3 -m pip install --upgrade passlib
$ python3 -m install bcrypt $ python3 -m pip install --upgrade bcrypt
``` ```
Authentication can be enabled with the following configuration: Authentication can be enabled with the following configuration:
@ -53,7 +53,7 @@ Authentication can be enabled with the following configuration:
[auth] [auth]
type = htpasswd type = htpasswd
htpasswd_filename = /path/to/users htpasswd_filename = /path/to/users
htpasswd_encryption = bcrypt # encryption method used in the users file htpasswd_encryption = bcrypt # encryption method used in the htpasswd file
``` ```
## Addresses ## Addresses