Number of char

This commit is contained in:
Alexandre Aubin 2018-10-26 01:47:52 +02:00 committed by GitHub
parent 5ed1b6d36c
commit a780ebd900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}),
])