Changes between Initial Version and Version 1 of Ticket #4688, comment 8


Ignore:
Timestamp:
Aug 13, 2017, 3:09:34 PM (7 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4688, comment 8

    initial v1  
    1818}}}
    1919
     20It's not the ejabberd welcome message for new accounts either:
     21{{{
     22  {mod_register, [
     23                  %%
     24                  %% After successful registration, the user receives
     25                  %% a message with this subject and body.
     26                  %%
     27%%                {welcome_message, {"Welcome!",
     28%%                                   "Welcome to a Jabber service powered by Debian. "
     29%%                                   "For information about Jabber visit "
     30%%                                   "http://www.jabber.org"}},
     31                  %% Replace it with 'none' if you don't want to send such message:
     32                  {welcome_message, none},
     33}}}
     34
    2035So to me it seems that we should rather display these messages and configure to server to not send unintentional ones.