mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
fix "false" value to "none" in select field
This commit is contained in:
parent
8c32dcde62
commit
5f71398ae8
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue