The default email sent to newly registered users inludes a paragraph about logging in to other sites.
I didn't want that so I commented it out - but I realise I'm not supposed to alter the files in Drupal.
/* \n\nYour new %site membership also enables to you to login to other Drupal powered websites (e.g. http://www.drop.org/) without registering. Just use the following Drupal ID and password:\n\nDrupal ID: %username@%uri_brief\npassword: %password
*/
Administer allowed various aspects of the new user email text to be altered, but I couldn't see anything in that Admin form about the 'other sites' paragraph. Is there a proper way to disable this text, rather than my hack above?
regards,
John McKeown
Comments
no need to alter files
In the user module settings (Home » administer » configuration » modules in 4.4) there is a form window which lets you specify the information in the outgoing registration email. The Drupal ID text is there.
Thanks
Thanks very much - sorry I should have seen that, in the scrolling box.