24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Disable mod_register_web in default config because by default captcha is disabled

This commit is contained in:
Badlop 2010-11-05 19:32:52 +01:00
parent abfb4a2841
commit 6f3713a67d

View File

@ -162,7 +162,7 @@
captcha,
http_bind,
http_poll,
register,
%%register,
web_admin
]}
@ -547,13 +547,13 @@
{access, register}
]},
{mod_register_web, [
%%{mod_register_web, [
%%
%% When a user registers, send a notification to
%% these XMPP accounts.
%%
%%{registration_watchers, ["admin1@example.org"]}
]},
%% ]},
{mod_roster, []},
%%{mod_service_log,[]},
{mod_shared_roster,[]},