Adjustment: option [auth] htpasswd_encryption change default from "md5" to "autodetect"

This commit is contained in:
Peter Bieringer 2024-09-01 17:19:53 +02:00
parent b1ce69882c
commit c63dee71ec
4 changed files with 12 additions and 11 deletions

2
config
View file

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