From 9f585ffcd62a927e93f60a3f646c156012961e7c Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Wed, 26 Jul 2023 10:27:35 +0200 Subject: [PATCH] Update config_panel.toml --- config_panel.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 0384044..010cd38 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -43,6 +43,15 @@ services = ["matrix-__APP__"] help = '( e.g. \\\\+33 ) Note that \\\\ will write \\\ in homeserver.yaml' visible = 'enable_registration && (registrations_require_3pid == "email&msisdn" || registrations_require_3pid == "msisdn")' + [main.welcome.disable_msisdn_registration] + ask = "Disable asking Phone Number in Registration flow." + type = "boolean" + yes = true + no = false + help = "Overrides 3PID settings if MSISDNs are set as required." + bind = ":/etc/matrix-__APP__/homeserver.yaml" + visible = "enable_registration" + [main.welcome.auto_join_rooms] ask = "Auto Join new Users in following Rooms:" type = "tags" @@ -91,15 +100,6 @@ services = ["matrix-__APP__"] help = "Disabled by default. If disabled, users on other homeserver will not be able to look for a public room on your homeserver. They will have to type the ID of the room to join." bind = ":/etc/matrix-__APP__/homeserver.yaml" - [main.privacy.disable_msisdn_registration] - ask = "Disable asking Phone Number in Registration flow." - type = "boolean" - yes = true - no = false - help = "Overrides 3PID settings if MSISDNs are set as required." - bind = ":/etc/matrix-__APP__/homeserver.yaml" - visible = "enable_registration" - [main.privacy.push_include_content] ask = "Disable content sharing inside push notification." type = "boolean"