From fa3203b174b799b550b4f0edffd43ccbf24f6065 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 1 Oct 2022 14:04:38 +0100 Subject: app-misc/calamares : enforce non-weak passwords, don't just warn --- app-misc/calamares-config-redcore/files/modules/users.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-misc/calamares-config-redcore/files/modules/users.conf') diff --git a/app-misc/calamares-config-redcore/files/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index b856d11d..77dcb1fb 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -23,8 +23,8 @@ setRootPassword: true doReusePassword: true passwordRequirements: nonempty: true -allowWeakPasswords: true -allowWeakPasswordsDefault: true +allowWeakPasswords: false +allowWeakPasswordsDefault: false setHostname: EtcFile writeHostsFile: true -- cgit v1.2.3