From fe28365106327f0ade752dbdadc2b797503d4c1d Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Thu, 9 Jun 2022 22:00:29 -0500 Subject: [PATCH] Modified users.conf for Calamares 3.3.0 compatibility. --- ubuntustudio/modules/users.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubuntustudio/modules/users.conf b/ubuntustudio/modules/users.conf index 326ac4b..397bcce 100644 --- a/ubuntustudio/modules/users.conf +++ b/ubuntustudio/modules/users.conf @@ -18,4 +18,6 @@ passwordRequirements: maxLength: 0 # Explicitly set the shell instead of deferring to Calamares. We have a platform # expectation derived from Ubuntu here. -userShell: /bin/bash +user: + shell: /bin/bash + forbidden_names: [ root ]