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:
parent
321513ca48
commit
2257909a38
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue