diff --git a/src/yunohost/settings.py b/src/yunohost/settings.py index cff82cb68..357e94d77 100644 --- a/src/yunohost/settings.py +++ b/src/yunohost/settings.py @@ -36,7 +36,7 @@ DEFAULTS = OrderedDict([ ("example.enum", {"type": "enum", "default": "a", "choices": ["a", "b", "c"]}), # Password Validation - # -1 disabled, 0 alert if listed, 1 6-letter, 2 normal, 3 strong, 4 strongest + # -1 disabled, 0 alert if listed, 1 8-letter, 2 normal, 3 strong, 4 strongest ("security.password.admin.strength", {"type": "int", "default": 2}), ("security.password.user.strength", {"type": "int", "default": 1}), ])