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:
parent
86b4250144
commit
c749926339
1 changed files with 3 additions and 2 deletions
|
@ -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."
|
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]
|
[main.welcome.password_enabled]
|
||||||
ask = "Enable Password Login?"
|
ask = "Enable Password Login"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
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."
|
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]
|
[main.welcome.registrations_require_3pid]
|
||||||
ask = "Registration requires all following 3PID personal identifier."
|
ask = "Registration requires all following 3PID personal identifier."
|
||||||
|
|
Loading…
Reference in a new issue