mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
third party server to send confirmation code by SMS. last change
This commit is contained in:
parent
a509883d2c
commit
9fb4fe1f0b
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ services = ["matrix-__APP__"]
|
||||||
[main.welcome.account_threepid_delegates_msisdn]
|
[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"
|
type = "string"
|
||||||
help = "Specify here the server which will send the configmation token by SMS (synapse can not do it for now). \nIt mus be preced by 'msisdn: ' then the url of the server"
|
help = "Specify here the server which will send the configmation token by SMS (synapse can not do it for now). "
|
||||||
bind = "account_threepid_delegates:/etc/matrix-__APP__/homeserver.yaml"
|
bind = "account_threepid_delegates>msisdn:/etc/matrix-__APP__/homeserver.yaml"
|
||||||
visible = 'enable_registration && (registrations_require_3pid == "email&msisdn" || registrations_require_3pid == "msisdn")'
|
visible = 'enable_registration && (registrations_require_3pid == "email&msisdn" || registrations_require_3pid == "msisdn")'
|
||||||
|
|
||||||
[main.welcome.auto_join_rooms]
|
[main.welcome.auto_join_rooms]
|
||||||
|
|
Loading…
Add table
Reference in a new issue