From 7c553cade94af504101dcd4c8d3cfdc893933469 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Sun, 16 Apr 2023 17:37:42 -0500 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 9e0e166..46fd65f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +calamares-settings-ubuntu (1:23.04.12) lunar; urgency=medium + + * Don't allow the first user to be created with a blank password in either + Lubuntu or Ubuntu Studio. (LP: #2016436) + + -- Aaron Rainbolt Sun, 16 Apr 2023 17:34:56 -0500 + calamares-settings-ubuntu (1:23.04.11) lunar; urgency=medium * Fixed an invalid "SidebarTextSelect" field in Lubuntu's branding.desc - diff --git a/lubuntu/modules/users.conf b/lubuntu/modules/users.conf index 9fc9b10..575104b 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 397bcce..44b34b5 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