[Lubuntu] add NIST pw requirements with user override option

This commit is contained in:
Walter Lapchynski 2025-01-28 17:18:26 +00:00
parent e2073f896b
commit 15de561729
2 changed files with 17 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
calamares-settings-ubuntu (1:25.04.12) plucky; urgency=medium
* [Lubuntu] Update password requirements to match NIST recommendations.
* [Lubuntu] Allow user to override password requirements, but not by
default.
-- Walter Lapchynski <wxl@ubuntu.com> Tue, 28 Jan 2025 17:14:06 +0000
calamares-settings-ubuntu (1:25.04.11) plucky; urgency=medium
* Rearrange the Lubuntu module order to account for packages with new stuff

View File

@ -13,8 +13,16 @@ defaultGroups:
system: true
- sudo
passwordRequirements:
minLength: 1
minLength: 8
maxLength: -1
libpwquality:
- minlen=8
- maxrepeat=3
- maxsequence=3
- usersubstr=4
- badwords=linux
allowWeakPasswords: true
allowWeakPasswordsDefault: false
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
#