mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Raise the level 1 length from 6 to 8 to reduce the gap with level 2
This commit is contained in:
parent
c313084dc3
commit
2209f75985
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ MOST_USED_PASSWORDS = '/usr/local/share/dict/cracklib/100000-most-used'
|
||||||
|
|
||||||
# Length, digits, lowers, uppers, others
|
# Length, digits, lowers, uppers, others
|
||||||
STRENGTH_LEVELS = [
|
STRENGTH_LEVELS = [
|
||||||
(6, 0, 0, 0, 0),
|
(8, 0, 0, 0, 0),
|
||||||
(8, 1, 1, 1, 0),
|
(8, 1, 1, 1, 0),
|
||||||
(8, 1, 1, 1, 1),
|
(8, 1, 1, 1, 1),
|
||||||
(12, 1, 1, 1, 1),
|
(12, 1, 1, 1, 1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue