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

ubuntu/lunar
Aaron Rainbolt 1 year ago
parent 7df7fd8d36
commit 7c553cade9

7
debian/changelog vendored

@ -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 <arraybolt3@ubuntu.com> 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 -

@ -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

@ -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

Loading…
Cancel
Save