diff options
author | Waqas Hussain <waqas20@gmail.com> | 2010-06-15 09:59:26 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2010-06-15 09:59:26 +0500 |
commit | 23474802a88ddcda253ef2000a7afec3376785d8 (patch) | |
tree | e526b66f80567b6775a8f6df839a7da13acc5816 | |
parent | 4887ca111752bbae2cd6dfb6d6d5c0bbd1015749 (diff) | |
download | prosody-23474802a88ddcda253ef2000a7afec3376785d8.tar.gz prosody-23474802a88ddcda253ef2000a7afec3376785d8.zip |
prosody.cfg.lua.dist: Removed commented "defaultauth" from the modules_disabled list.
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 2e07b7f5..a17eb877 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -71,7 +71,6 @@ modules_disabled = { -- "presence"; -- "message"; -- "iq"; - -- "defaultauth"; }; -- Disable account creation by default, for security |