Comparison

prosody.cfg.lua.dist @ 3273:e9f5489ed2fe

prosody.cfg.lua.dist: Removed commented "defaultauth" from the modules_disabled list.
author Waqas Hussain <waqas20@gmail.com>
date Tue, 15 Jun 2010 09:59:26 +0500
parent 3165:4ffb5469c1f6
child 3412:7c66519f4973
comparison
equal deleted inserted replaced
3272:5ad2710d7bb8 3273:e9f5489ed2fe
69 -- them then uncomment them below 69 -- them then uncomment them below
70 modules_disabled = { 70 modules_disabled = {
71 -- "presence"; 71 -- "presence";
72 -- "message"; 72 -- "message";
73 -- "iq"; 73 -- "iq";
74 -- "defaultauth";
75 }; 74 };
76 75
77 -- Disable account creation by default, for security 76 -- Disable account creation by default, for security
78 -- For more information see http://prosody.im/doc/creating_accounts 77 -- For more information see http://prosody.im/doc/creating_accounts
79 allow_registration = false; 78 allow_registration = false;