mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
help \\\ for user \\ to write \
This commit is contained in:
parent
154ca11d00
commit
c17d50bb2b
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@ services = ["matrix-__APP__"]
|
|||
[main.welcome.allowed_local_3pids_email]
|
||||
ask = "Register only with given email formats."
|
||||
type = "tags"
|
||||
help = '( e.g. ^[^@]+@matrix\.org$ ) '
|
||||
help = '( e.g. ^[^@]+@matrix\\\.org$ ) Note that \\\ will write \\ in homeserver.yaml'
|
||||
visible = 'enable_registration && (registrations_require_3pid == "email" || registrations_require_3pid == "email&msisdn")'
|
||||
|
||||
[main.welcome.allowed_local_3pids_msisdn]
|
||||
ask = "Register only with given phone number formats."
|
||||
type = "tags"
|
||||
help = '( e.g. \+33)'
|
||||
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.auto_join_rooms]
|
||||
|
|
Loading…
Reference in a new issue