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
This commit is contained in:
Kim Alvefur 2022-02-11 00:16:36 +01:00
parent c3f82ad2e9
commit db4d41bd5a

View file

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