diff options
author | oniko94 <onikolaiev94@outlook.com> | 2025-02-07 13:40:37 +0200 |
---|---|---|
committer | oniko94 <onikolaiev94@outlook.com> | 2025-03-18 14:31:33 +0200 |
commit | b5b3e85f0bc8170b97d3e1af2383477c0854914d (patch) | |
tree | 42153c57740050bc7360b608b66c4f7ec6860c90 /debian/control | |
parent | 95af91597c94856a38722daa5ea388646f9b735f (diff) | |
download | vyos-1x-b5b3e85f0bc8170b97d3e1af2383477c0854914d.tar.gz vyos-1x-b5b3e85f0bc8170b97d3e1af2383477c0854914d.zip |
T6353: Add password strength check and user warning
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index efc008af2..4f1207078 100644 --- a/debian/control +++ b/debian/control @@ -123,6 +123,8 @@ Depends: # Live filesystem tools squashfs-tools, fuse-overlayfs, +# Tools for checking password strength + python3-cracklib, ## End installer auditd, iputils-arping, |