diff --git a/debian/changelog b/debian/changelog index ad588bf..85db081 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (21) cosmic; urgency=medium + + * Lubuntu: remove all password checking. + + -- Walter Lapchynski Sat, 25 Aug 2018 17:43:33 -0700 + calamares-settings-ubuntu (20) cosmic; urgency=medium * Lubuntu: add executable to defaultDesktopEnvironment in displaymanager. diff --git a/lubuntu/modules/users.conf b/lubuntu/modules/users.conf index 56221b7..3798937 100644 --- a/lubuntu/modules/users.conf +++ b/lubuntu/modules/users.conf @@ -11,11 +11,8 @@ defaultGroups: - sambashare - sudo passwordRequirements: - minLength: 5 - maxLength: 200 - libpwquality: - - minlen=0 - - minclass=0 + minLength: 0 + maxLength: 0 # Explicitly set the shell instead of deferring to Calamares. We have a platform # expectation derived from Ubuntu here. userShell: /bin/bash