mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-06 00:31:08 +00:00
Don't let people make a user with a blank password
This commit is contained in:
parent
7df7fd8d36
commit
7c553cade9
7
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user