1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Warning for double quotes in password while we found an escaping method

This commit is contained in:
tituspijean 2023-09-26 22:12:33 +02:00
parent 321513ca48
commit 2257909a38
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -10,7 +10,7 @@ services = ["__APP__"]
[main.registration.registration_shared_secret] [main.registration.registration_shared_secret]
ask = "Shared Secret for Registration." ask = "Shared Secret for Registration."
type = "string" type = "string"
help = "Allows registration of default user or admin accounts, even if Registration disabled. See instructions https://matrix-org.github.io/synapse/latest/admin_api/register_api.html" help = "Allows registration of default user or admin accounts, even if Registration disabled. See instructions https://matrix-org.github.io/synapse/latest/admin_api/register_api.html . Avoid double quotes in the password."
bind = ":/opt/yunohost/__APP__/dendrite.yaml" bind = ":/opt/yunohost/__APP__/dendrite.yaml"
[main.registration.helptext] [main.registration.helptext]