1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

extend htpasswd_encryption options with sha256/512/autodetect

This commit is contained in:
Peter Bieringer 2024-03-12 06:06:40 +01:00
parent 947cb08bb9
commit b5d022fe08

2
config
View file

@ -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