From 2257909a3853f9ebfb4c3e93003ad6ab15688086 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 26 Sep 2023 22:12:33 +0200 Subject: [PATCH] Warning for double quotes in password while we found an escaping method --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 0d70f51..02aad7e 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -10,7 +10,7 @@ services = ["__APP__"] [main.registration.registration_shared_secret] ask = "Shared Secret for Registration." type = "string" - help = "Allows registration of default user or admin accounts, even if Registration disabled. See instructions https://matrix-org.github.io/synapse/latest/admin_api/register_api.html" + help = "Allows registration of default user or admin accounts, even if Registration disabled. See instructions https://matrix-org.github.io/synapse/latest/admin_api/register_api.html . Avoid double quotes in the password." bind = ":/opt/yunohost/__APP__/dendrite.yaml" [main.registration.helptext]