mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
extend htpasswd_encryption options with sha256/512/autodetect
This commit is contained in:
parent
760b01ee25
commit
acc06587ce
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -59,7 +59,7 @@
|
|||
#htpasswd_filename = /etc/radicale/users
|
||||
|
||||
# Htpasswd encryption method
|
||||
# Value: plain | bcrypt | md5
|
||||
# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect
|
||||
# bcrypt requires the installation of 'bcrypt' module.
|
||||
#htpasswd_encryption = md5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue