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