Those arent used ?

This commit is contained in:
Alexandre Aubin 2018-10-25 19:30:18 +00:00
parent 914088954d
commit 8a0c4509fd

View file

@ -29,12 +29,6 @@ SETTINGS_PATH_OTHER_LOCATION = "/etc/yunohost/settings-%s.json"
# * string # * string
# * enum (in form a python list) # * enum (in form a python list)
# we don't store the value in default options
PWD_MODE = ["disabled", "weak", "strong"]
PWD_CHOICES = ["error", "warn_only", "disabled"]
PWD_DEFAULT_ERROR = {"type": "enum", "default": "error",
"choices": PWD_CHOICES}
DEFAULTS = OrderedDict([ DEFAULTS = OrderedDict([
("example.bool", {"type": "bool", "default": True}), ("example.bool", {"type": "bool", "default": True}),
("example.int", {"type": "int", "default": 42}), ("example.int", {"type": "int", "default": 42}),