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:
parent
947cb08bb9
commit
b5d022fe08
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -59,7 +59,7 @@
|
||||||
#htpasswd_filename = /etc/radicale/users
|
#htpasswd_filename = /etc/radicale/users
|
||||||
|
|
||||||
# Htpasswd encryption method
|
# Htpasswd encryption method
|
||||||
# Value: plain | bcrypt | md5
|
# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect
|
||||||
# bcrypt requires the installation of 'bcrypt' module.
|
# bcrypt requires the installation of 'bcrypt' module.
|
||||||
#htpasswd_encryption = md5
|
#htpasswd_encryption = md5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue