diff options
author | Jeff Mitchell <jeff@jefferai.org> | 2010-05-27 09:20:08 -0400 |
---|---|---|
committer | Jeff Mitchell <jeff@jefferai.org> | 2010-05-27 09:20:08 -0400 |
commit | 534d1b91a46511fe3ad5c98c9a1d0766af74f770 (patch) | |
tree | 5bdbcdbf1ab6dc65548ac78b3cc94f2d63e7779c /prosody.cfg.lua.dist | |
parent | 990ed0f0b3ed1b1f2b6a21a225242aafc2fde39f (diff) | |
download | prosody-534d1b91a46511fe3ad5c98c9a1d0766af74f770.tar.gz prosody-534d1b91a46511fe3ad5c98c9a1d0766af74f770.zip |
Have defaultauth load by default
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index a17eb877..2e07b7f5 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -71,6 +71,7 @@ modules_disabled = { -- "presence"; -- "message"; -- "iq"; + -- "defaultauth"; }; -- Disable account creation by default, for security |