diff --git a/config_panel.toml b/config_panel.toml index f9113ff..28c208f 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -27,8 +27,8 @@ services = ["matrix-__APP__"] [main.welcome.registrations_require_3pid] ask = "Registration requires all following 3PID personal identifier." type = "select" - choices = ["false","email", "msisdn", "email&msisdn"] - help = "! Warning msisdn (Phone number) registration require a third party service which send confirmation token by SMS.\n Do not select any option including msisdn if you don't know what to do. And don't understand privacy flow\nDefaults to: 'false'." + choices = ["none","email", "msisdn", "email&msisdn"] + help = "! Warning msisdn (Phone number) registration require a third party service which send confirmation token by SMS.\n Do not select any option including msisdn if you don't know what to do. And don't user email nor msisdn if you don't understand privacy flow\nDefaults to: 'none'." visible = "enable_registration" [main.welcome.allowed_local_3pids_email]