# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1644534996 -3600
# Node ID 48aa833f9649ddbc74ac4c1c0eb7fee93b4826a5
# Parent  7d132ea04a05fabc60aeb28811c0ebe17c9d2d9c
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

diff -r 7d132ea04a05 -r 48aa833f9649 prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Mon Feb 14 16:30:01 2022 +0000
+++ b/prosody.cfg.lua.dist	Fri Feb 11 00:16:36 2022 +0100
@@ -101,9 +101,6 @@
 	-- "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?