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

Fix config panel

This commit is contained in:
Josué Tille 2024-02-14 22:33:46 +01:00
parent 86b4250144
commit c749926339
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -15,12 +15,13 @@ services = ["__APP__"]
help = "Defaults to 'false'. If 'true', it is highly recommended to use either captcha, email, or token-based verification to avoid SPAM."
[main.welcome.password_enabled]
ask = "Enable Password Login?"
ask = "Enable Password Login"
type = "boolean"
yes = "true"
no = "false"
help = "If disabled, Login with Non-YunoHost Users impossible. But it simplies Login process if your Matrix server only has YunoHost SSO Users."
visible = "! enable_registration"
# Temporary disable the visible flag due of https://github.com/YunoHost/issues/issues/2331
# visible = "! enable_registration"
[main.welcome.registrations_require_3pid]
ask = "Registration requires all following 3PID personal identifier."