From 52aa0cc77167329ee6332c9f8bf5fb9b950de877 Mon Sep 17 00:00:00 2001 From: Erich Eickmeyer Date: Mon, 17 Apr 2023 13:58:23 -0700 Subject: [PATCH] Don't let people make a user with a blank password --- debian/changelog | 7 +++++++ lubuntu/modules/users.conf | 1 + ubuntustudio/modules/users.conf | 1 + 3 files changed, 9 insertions(+) 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