mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Adjustment: option [auth] htpasswd_encryption change default from "md5" to "autodetect"
This commit is contained in:
parent
b1ce69882c
commit
c63dee71ec
4 changed files with 12 additions and 11 deletions
2
config
2
config
|
@ -62,7 +62,7 @@
|
|||
# Htpasswd encryption method
|
||||
# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect
|
||||
# bcrypt requires the installation of 'bcrypt' module.
|
||||
#htpasswd_encryption = md5
|
||||
#htpasswd_encryption = autodetect
|
||||
|
||||
# Incorrect authentication delay (seconds)
|
||||
#delay = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue