rename backend from "None" to "none"

This commit is contained in:
Unrud 2017-06-02 12:43:23 +02:00
parent 5d27265d5c
commit 6edaf27a38

View File

@ -121,7 +121,7 @@ INITIAL_CONFIG = OrderedDict([
"type": str})])),
("auth", OrderedDict([
("type", {
"value": "None",
"value": "none",
"help": "authentication method",
"type": str}),
("htpasswd_filename", {