Set guests_disabled to true in the sample config

This commit is contained in:
Neil Alexander 2022-02-18 10:12:01 +00:00 committed by GitHub
parent 021eb26353
commit 84851ae44f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.