diff --git a/debian/changelog b/debian/changelog index 0ac0696..beac9f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-ubuntu (1:22.04.4.3) jammy; urgency=medium + + * Don't allow the first user to be created with a blank password in either + Lubuntu or Ubuntu Studio. (LP: #2016436) + + -- Erich Eickmeyer Mon, 17 Apr 2023 13:56:57 -0700 + calamares-settings-ubuntu (1:22.04.4.2) jammy; urgency=medium * Fixed LibreOffice localization bug (LP: #1970270) diff --git a/lubuntu/modules/users.conf b/lubuntu/modules/users.conf index 1c79f74..6ad0635 100644 --- a/lubuntu/modules/users.conf +++ b/lubuntu/modules/users.conf @@ -13,6 +13,7 @@ defaultGroups: system: true - sudo passwordRequirements: + nonempty: true minLength: 0 maxLength: 0 # Explicitly set the shell instead of deferring to Calamares. We have a platform diff --git a/ubuntustudio/modules/users.conf b/ubuntustudio/modules/users.conf index 326ac4b..fddf074 100644 --- a/ubuntustudio/modules/users.conf +++ b/ubuntustudio/modules/users.conf @@ -14,6 +14,7 @@ defaultGroups: - sudo - audio passwordRequirements: + nonempty: true minLength: 0 maxLength: 0 # Explicitly set the shell instead of deferring to Calamares. We have a platform