mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
c3f82ad2e9
commit
db4d41bd5a
1 changed files with 0 additions and 3 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue