diff --git a/config_panel.toml b/config_panel.toml index b118d64..04067ae 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -15,12 +15,13 @@ services = ["__APP__"] help = "Defaults to 'false'. If 'true', it is highly recommended to use either captcha, email, or token-based verification to avoid SPAM." [main.welcome.password_enabled] - ask = "Enable Password Login?" + ask = "Enable Password Login" type = "boolean" yes = "true" no = "false" help = "If disabled, Login with Non-YunoHost Users impossible. But it simplies Login process if your Matrix server only has YunoHost SSO Users." - visible = "! enable_registration" + # Temporary disable the visible flag due of https://github.com/YunoHost/issues/issues/2331 + # visible = "! enable_registration" [main.welcome.registrations_require_3pid] ask = "Registration requires all following 3PID personal identifier."