24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +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 d456578b3c
commit b9c6f6e627

View File

@ -172,7 +172,7 @@
captcha,
http_bind,
http_poll,
register,
%%register,
web_admin
]}
@ -571,13 +571,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,[]},