Don't let people make a user with a blank password

ubuntu/jammy
Erich Eickmeyer 1 year ago
parent 3bfd2f6c28
commit 52aa0cc771

7
debian/changelog vendored

@ -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 <eeickmeyer@ubuntu.com> Mon, 17 Apr 2023 13:56:57 -0700
calamares-settings-ubuntu (1:22.04.4.2) jammy; urgency=medium calamares-settings-ubuntu (1:22.04.4.2) jammy; urgency=medium
* Fixed LibreOffice localization bug (LP: #1970270) * Fixed LibreOffice localization bug (LP: #1970270)

@ -13,6 +13,7 @@ defaultGroups:
system: true system: true
- sudo - sudo
passwordRequirements: passwordRequirements:
nonempty: true
minLength: 0 minLength: 0
maxLength: 0 maxLength: 0
# 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

@ -14,6 +14,7 @@ defaultGroups:
- sudo - sudo
- audio - audio
passwordRequirements: passwordRequirements:
nonempty: true
minLength: 0 minLength: 0
maxLength: 0 maxLength: 0
# 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

Loading…
Cancel
Save