25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-26 16:26:24 +01: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, captcha,
http_bind, http_bind,
http_poll, http_poll,
register, %%register,
web_admin web_admin
]} ]}
@ -571,13 +571,13 @@
{access, register} {access, register}
]}, ]},
{mod_register_web, [ %%{mod_register_web, [
%% %%
%% When a user registers, send a notification to %% When a user registers, send a notification to
%% these XMPP accounts. %% these XMPP accounts.
%% %%
%%{registration_watchers, ["admin1@example.org"]} %%{registration_watchers, ["admin1@example.org"]}
]}, %% ]},
{mod_roster, []}, {mod_roster, []},
%%{mod_service_log,[]}, %%{mod_service_log,[]},
{mod_shared_roster,[]}, {mod_shared_roster,[]},