[neon/neon/calamares-settings/Neon/unstable] oem-prepare/calamares/oem-prepare/modules: allow empty password only on oem user

Carlos De Maine null at kde.org
Thu Feb 19 03:05:55 GMT 2026


Git commit cf4de9e53013f9074e5bdec969cd9db71e28f225 by Carlos De Maine.
Committed on 19/02/2026 at 02:12.
Pushed by carlosdem into branch 'Neon/unstable'.

allow empty password only on oem user

M  +3    -3    oem-prepare/calamares/oem-prepare/modules/users.conf

https://invent.kde.org/neon/neon/calamares-settings/-/commit/cf4de9e53013f9074e5bdec969cd9db71e28f225

diff --git a/oem-prepare/calamares/oem-prepare/modules/users.conf b/oem-prepare/calamares/oem-prepare/modules/users.conf
index 7585ad0..eb22e0f 100644
--- a/oem-prepare/calamares/oem-prepare/modules/users.conf
+++ b/oem-prepare/calamares/oem-prepare/modules/users.conf
@@ -20,9 +20,9 @@ defaultGroups:
       system: true
     - name: sudo
       must_exist: true
-passwordRequirements:
-    minLength: 1
-    maxLength: -1
+#passwordRequirements:
+#    minLength: 1
+#    maxLength: -1
 # Explicitly set the shell instead of defering to calamares. We have a platform
 # expectation derived from ubuntu here.
 user:



More information about the Neon-commits mailing list