mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Remove unsecure methods from htpasswd and make md5 default
This commit is contained in:
parent
0a5fd94577
commit
6108d8d759
6 changed files with 21 additions and 98 deletions
|
@ -160,7 +160,7 @@ DEFAULT_CONFIG_SCHEMA = OrderedDict([
|
|||
"help": "htpasswd filename",
|
||||
"type": filepath}),
|
||||
("htpasswd_encryption", {
|
||||
"value": "bcrypt",
|
||||
"value": "md5",
|
||||
"help": "htpasswd encryption method",
|
||||
"type": str}),
|
||||
("realm", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue