MyBB Community Forums

Full Version: Activation mail content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I want to know how to change the default text in the activation mail sent to new registered users

Thank you
It's defined on line 190 of ./inc/languages/english/messages.lang.php:

$l['email_activateaccount'] = "{1},

To complete the registration process on {2}, you will need to go to the URL below in your web browser.

{3}/member.php?action=activate&uid={4}&code={5}

If the above link does not work correctly, go to

{3}/member.php?action=activate

You will need to enter the following:
Username: {1}
Activation Code: {5}

Thank you,
{2} Staff";