aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-02-11 00:16:36 +0100
committerKim Alvefur <zash@zash.se>2022-02-11 00:16:36 +0100
commitdb4d41bd5aeb2bdd5b32d4f0e50775cc2b5404de (patch)
treede3a04f2c104ffe4254387d33a4ae5556775e04a /prosody.cfg.lua.dist
parentc3f82ad2e9868b49cbc429f44559c652200fa088 (diff)
downloadprosody-db4d41bd5aeb2bdd5b32d4f0e50775cc2b5404de.tar.gz
prosody-db4d41bd5aeb2bdd5b32d4f0e50775cc2b5404de.zip
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
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist3
1 files changed, 0 insertions, 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?