]> granicus.if.org Git - ejabberd/commitdiff
Disable mod_register_web in default config because by default captcha is disabled
authorBadlop <badlop@process-one.net>
Fri, 5 Nov 2010 18:32:52 +0000 (19:32 +0100)
committerBadlop <badlop@process-one.net>
Fri, 5 Nov 2010 18:33:50 +0000 (19:33 +0100)
src/ejabberd.cfg.example

index 96495d7e57f4b5949c659b005c88ee9f98ba7e83..25605667ee2d8d5842611d6c3ee538f1042e2cf4 100644 (file)
                         captcha,
                         http_bind,
                         http_poll,
-                        register,
+                        %%register,
                         web_admin
                        ]}
 
 
                  {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,[]},