From db4d41bd5aeb2bdd5b32d4f0e50775cc2b5404de Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Fri, 11 Feb 2022 00:16:36 +0100 Subject: prosody.cfg.lua.dist: Remove allow_registration in favor of invites This settings should now only be used by public servers, which have their own documentation --- prosody.cfg.lua.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 78f65e42..ab4072cc 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -101,9 +101,6 @@ modules_disabled = { -- "posix"; -- POSIX functionality, sends server to background, etc. } --- Disable account creation by default, for security --- For more information see https://prosody.im/doc/creating_accounts -allow_registration = false -- Server-to-server authentication -- Require valid certificates for server-to-server connections? -- cgit v1.2.3