From a780ebd9007c4cc3251ee71cad9c81df9177bbfb Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 26 Oct 2018 01:47:52 +0200 Subject: [PATCH] Number of char --- src/yunohost/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}), ])