mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update config_panel.toml
This commit is contained in:
parent
d47041f6bb
commit
594607424b
1 changed files with 2 additions and 2 deletions
|
@ -53,9 +53,9 @@ services = ["matrix-__APP__"]
|
|||
visible = "enable_registration"
|
||||
|
||||
[main.welcome.account_threepid_delegates_msisdn]
|
||||
ask = "specify a third party server to send confirmation code by SMS."
|
||||
ask = "Specify a third party server to send confirmation code by SMS."
|
||||
type = "string"
|
||||
help = "Specify here the server which will send the configmation token by SMS (synapse can not do it for now). "
|
||||
help = "That should be an URL with port or API."
|
||||
bind = "account_threepid_delegates>msisdn:/etc/matrix-__APP__/homeserver.yaml"
|
||||
visible = 'enable_registration && (registrations_require_3pid == "email&msisdn" || registrations_require_3pid == "msisdn")'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue