mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-23 23:51:29 +00:00
[Lubuntu] add NIST pw requirements with user override option
This commit is contained in:
parent
e2073f896b
commit
15de561729
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
calamares-settings-ubuntu (1:25.04.11) plucky; urgency=medium
|
||||||
|
|
||||||
* Rearrange the Lubuntu module order to account for packages with new stuff
|
* Rearrange the Lubuntu module order to account for packages with new stuff
|
||||||
|
@ -13,8 +13,16 @@ defaultGroups:
|
|||||||
system: true
|
system: true
|
||||||
- sudo
|
- sudo
|
||||||
passwordRequirements:
|
passwordRequirements:
|
||||||
minLength: 1
|
minLength: 8
|
||||||
maxLength: -1
|
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
|
# Explicitly set the shell instead of deferring to Calamares. We have a platform
|
||||||
# expectation derived from Ubuntu here.
|
# expectation derived from Ubuntu here.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user