[neon/neon/calamares-settings/Neon/unstable] /: fix indentation in user modules
Carlos De Maine
null at kde.org
Fri Feb 20 01:32:16 GMT 2026
Git commit e0e3ffded8340e91320332e81c69df25eaaee702 by Carlos De Maine.
Committed on 20/02/2026 at 01:27.
Pushed by carlosdem into branch 'Neon/unstable'.
fix indentation in user modules
M +2 -2 desktop/calamares/desktop/modules/users.conf
M +2 -2 oem-prepare/calamares/oem-prepare/modules/users.conf
https://invent.kde.org/neon/neon/calamares-settings/-/commit/e0e3ffded8340e91320332e81c69df25eaaee702
diff --git a/desktop/calamares/desktop/modules/users.conf b/desktop/calamares/desktop/modules/users.conf
index 4e8775b..cb0b74f 100644
--- a/desktop/calamares/desktop/modules/users.conf
+++ b/desktop/calamares/desktop/modules/users.conf
@@ -35,8 +35,8 @@ passwordRequirements:
- maxsequence=3
- usersubstr=4
- badwords=linux
- allowWeakPasswords: true
- allowWeakPasswordsDefault: false
+allowWeakPasswords: true
+allowWeakPasswordsDefault: false
# Explicitly set the shell instead of deferring to calamares. We have a platform
# expectation derived from ubuntu here.
user:
diff --git a/oem-prepare/calamares/oem-prepare/modules/users.conf b/oem-prepare/calamares/oem-prepare/modules/users.conf
index 116f616..ab6ff75 100644
--- a/oem-prepare/calamares/oem-prepare/modules/users.conf
+++ b/oem-prepare/calamares/oem-prepare/modules/users.conf
@@ -35,8 +35,8 @@ doAutologin: false
# - maxsequence=3
# - usersubstr=4
# - badwords=linux
-# allowWeakPasswords: true
-# allowWeakPasswordsDefault: false
+#allowWeakPasswords: true
+#allowWeakPasswordsDefault: false
# Explicitly set the shell instead of defering to calamares. We have a platform
# expectation derived from ubuntu here.
More information about the Neon-commits
mailing list