From abbdc63eaa1459b9a6d7d05c9bff4576b81d9d62 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 13 Jan 2022 23:37:55 +0100 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config_panel.toml b/config_panel.toml index 8be770a..14e71f1 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -10,17 +10,23 @@ services = ["__APP__"] [main.config.registration_enabled] ask = "Enable registration" type = "boolean" + yes = "true" + no = "false" help = "Allow/Forbid Invidious (local) account creation" bind = "registration_enabled:__FINALPATH__/config/config.yml" [main.config.login_enabled] ask = "Enable login" type = "boolean" + yes = "true" + no = "false" help = "Allow/Forbid users to log-in" bind = "login_enabled:__FINALPATH__/config/config.yml" [main.config.captcha_enabled] ask = "Enable captcha" type = "boolean" + yes = "true" + no = "false" help = "Enable/Disable the captcha challenge on the login page" bind = "captcha_enabled:__FINALPATH__/config/config.yml" \ No newline at end of file