MyBB Community Forums

Full Version: What is the placeholder for password?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have edited my email notification when somebody registered to my forum www.myfamilyheritage.net/forum. I have added the fields username and password so users will have a copy of their login information. However, I don't know what is the placeholder for the password. Generally, this is the email content:

Hi {1},

Thank you for registering at My Family Heritage Forum!

The following are your registration details:

username: {1}
password:

To complete the registration process on My Family Heritage forum, 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,
My Family Heritage Staff


What placeholder should I put to display the password entered by the user?

Thank you for your help.
Those {1}'s are set in the core files of the code. To send the password in plain text would not be possible anyway as it is an encrypted and salted MD5.