From 67816e135bdd5eac6e670578912a6125f5dd9cf7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 Oct 2022 18:40:03 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index fb85c04..80cb82f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -9,7 +9,7 @@ name = "Element configuration" [main.config.login_for_welcome] ask = "Display login as welcome page" type = "boolean" - yes = "true" - no = "false" + yes = true + no = false help = "When true, the app will use the login form as a welcome page instead of the welcome page itself. This disables use of welcome_url and all welcome page functionality." bind = "login_for_welcome:/var/www/__APP__/config.json"