Remove unsecure methods from htpasswd and make md5 default
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user