Software /
code /
prosody
Changeset
12341:48aa833f9649
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
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Feb 2022 00:16:36 +0100 |
parents | 12340:7d132ea04a05 |
children | 12342:cba0b93320b7 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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?