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:
parent
d456578b3c
commit
b9c6f6e627
@ -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,[]},
|
||||
|
Loading…
Reference in New Issue
Block a user