From 8e30e0e19d8d84b674942683473a11409caf8210 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 6 Dec 2024 21:38:29 +0100 Subject: [PATCH] base: Revert loginui.conf change Oops, was using this for loginui testing, it should be turned off by default. --- base/etc/loginui.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/etc/loginui.conf b/base/etc/loginui.conf index 55ca66d6..9a514af7 100644 --- a/base/etc/loginui.conf +++ b/base/etc/loginui.conf @@ -1,5 +1,5 @@ # Configuration file for loginui. # If this parameter is set to "true", loginui automatically spawns a UI session as the below user instead of prompting for a username and password. -Autologin=false +Autologin=true # The user to create a session for if "Autologin" is set to true (see above). If the username is invalid, loginui will behave as if "Autologin" was set to false. AutologinUser=selene