diff --git a/config_panel.toml b/config_panel.toml index 062c3ff..4d7f94b 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -19,4 +19,6 @@ services = ["__APP__"] ask.en = "Enable user registration?" ask.fr = "Autoriser l’inscription d’utilisateurs ?" type = "boolean" + yes = "false" + no = "true" bind = "WT_REGISTRATION_DISABLED:/var/www/__APP__/.env"