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:
parent
b1ce69882c
commit
c63dee71ec
4 changed files with 12 additions and 11 deletions
|
@ -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", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue