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

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

View file

@ -180,7 +180,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"help": "htpasswd filename",
"type": filepath}),
("htpasswd_encryption", {
"value": "md5",
"value": "autodetect",
"help": "htpasswd encryption method",
"type": str}),
("realm", {