mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Set guests_disabled to true in the sample config
This commit is contained in:
parent
021eb26353
commit
84851ae44f
|
|
@ -144,7 +144,7 @@ client_api:
|
|||
|
||||
# Prevents new guest accounts from being created. Guest registration is also
|
||||
# disabled implicitly by setting 'registration_disabled' above.
|
||||
guests_disabled: false
|
||||
guests_disabled: true
|
||||
|
||||
# If set, allows registration by anyone who knows the shared secret, regardless of
|
||||
# whether registration is otherwise disabled.
|
||||
|
|
|
|||
Loading…
Reference in a new issue