From c026ef77fb66aecaed57652be8671f4d69e13b7d Mon Sep 17 00:00:00 2001 From: strawberry Date: Thu, 21 Dec 2023 21:12:53 -0500 Subject: [PATCH] document `allow_guest_registration` in conduit-example.toml Signed-off-by: strawberry --- conduit-example.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conduit-example.toml b/conduit-example.toml index 51be97e8..6f43a82c 100644 --- a/conduit-example.toml +++ b/conduit-example.toml @@ -80,4 +80,7 @@ allow_device_name_federation = false # Please be aware that enabling HTTP compression may introduce compression side-channel attacks and response body tampering to potentially defeat TLS. # Most users should not need to enable this. # See https://breachattack.com/ and https://wikipedia.org/wiki/BREACH before deciding to enable this. -zstd_compression = false \ No newline at end of file +zstd_compression = false + +# Set to true to allow user type "guest" registrations +allow_guest_registration = false \ No newline at end of file