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:
parent
902f6e3211
commit
428138adb5
1 changed files with 3 additions and 3 deletions
6
setup.md
6
setup.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue