aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorJeff Mitchell <jeff@jefferai.org>2010-05-27 09:20:08 -0400
committerJeff Mitchell <jeff@jefferai.org>2010-05-27 09:20:08 -0400
commit534d1b91a46511fe3ad5c98c9a1d0766af74f770 (patch)
tree5bdbcdbf1ab6dc65548ac78b3cc94f2d63e7779c /prosody.cfg.lua.dist
parent990ed0f0b3ed1b1f2b6a21a225242aafc2fde39f (diff)
downloadprosody-534d1b91a46511fe3ad5c98c9a1d0766af74f770.tar.gz
prosody-534d1b91a46511fe3ad5c98c9a1d0766af74f770.zip
Have defaultauth load by default
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist1
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