mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Those arent used ?
This commit is contained in:
parent
914088954d
commit
8a0c4509fd
1 changed files with 0 additions and 6 deletions
|
@ -29,12 +29,6 @@ SETTINGS_PATH_OTHER_LOCATION = "/etc/yunohost/settings-%s.json"
|
|||
# * string
|
||||
# * 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([
|
||||
("example.bool", {"type": "bool", "default": True}),
|
||||
("example.int", {"type": "int", "default": 42}),
|
||||
|
|
Loading…
Add table
Reference in a new issue