Actually enforce non-empty passwords

ubuntu/noble ubuntu/1%24.04.17
Aaron Rainbolt 2 months ago
parent 5356eeab97
commit 3cf89c92ab

5
debian/changelog vendored

@ -6,6 +6,11 @@ calamares-settings-ubuntu (1:24.04.17) noble; urgency=medium
[ Aaron Rainbolt ]
* Wipe Ubuntu Studio's configuration while preserving branding, Studio now
uses ubuntu-desktop-provision.
* Migrate from users.conf password setting "nonEmpty: true" to
"minLength: 1" to enforce non-empty passwords.
- This is not a new feature, we had non-empty passwords being enforced in
the past and didn't intentionally undo this, but Calamares dropped the
"nonEmpty: true" setting we were using.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 10 Mar 2024 18:10:03 -0500

@ -13,9 +13,8 @@ defaultGroups:
system: true
- sudo
passwordRequirements:
nonempty: true
minLength: 0
maxLength: 0
minLength: 1
maxLength: -1
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:

@ -13,9 +13,8 @@ defaultGroups:
system: true
- sudo
passwordRequirements:
nonempty: true
minLength: 0
maxLength: 0
minLength: 1
maxLength: -1
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:

@ -13,9 +13,8 @@ defaultGroups:
system: true
- sudo
passwordRequirements:
nonempty: true
minLength: 0
maxLength: 0
minLength: 1
maxLength: -1
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:

@ -13,9 +13,8 @@ defaultGroups:
system: true
- sudo
passwordRequirements:
nonempty: true
minLength: 0
maxLength: 0
minLength: 1
maxLength: -1
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:

@ -13,9 +13,8 @@ defaultGroups:
system: true
- sudo
passwordRequirements:
nonempty: true
minLength: 0
maxLength: 0
minLength: 1
maxLength: -1
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:

@ -13,9 +13,8 @@ defaultGroups:
system: true
- sudo
passwordRequirements:
nonempty: true
minLength: 0
maxLength: 0
minLength: 1
maxLength: -1
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
user:

Loading…
Cancel
Save