1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Update config_panel.toml

Only work with '
This commit is contained in:
rosbeef andino 2023-07-02 21:12:13 +00:00 committed by GitHub
parent 4f7892a786
commit 94d49b7a66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,13 +34,13 @@ services = ["matrix-__APP__"]
[main.welcome.allowed_local_3pids_email]
ask = "Register only with given email formats."
type = "tags"
help = "'^[^@]+@matrix\.org$'"
help = '^[^@]+@matrix\.org$'
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 = "'\+33'"
help = '\+33'
visible = 'enable_registration && (registrations_require_3pid == "email&msisdn" || registrations_require_3pid == "msisdn")'
[main.welcome.auto_join_rooms]