mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Fix typo
This commit is contained in:
parent
e2c8c08f71
commit
b962c6ce22
1 changed files with 2 additions and 3 deletions
5
setup.md
5
setup.md
|
@ -43,11 +43,10 @@ $ htpasswd -B /path/to/users user2
|
|||
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:
|
||||
```shell
|
||||
$ python3 -m pip install --upgrade passlib
|
||||
$ python3 -m pip install --upgrade bcrypt
|
||||
$ python3 -m pip install --upgrade passlib bcrypt
|
||||
```
|
||||
|
||||
Authentication can be enabled with the following configuration:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue