For the language variable "[SIZE=12px]lang_send_act_code" I would like to address the user by name and would like to include the IP address that requested the password reset. Something like this:[/SIZE]
"Hi usr_login,
We have just received a request from the IP Address .$_SERVER[‘REMOTE_ADDR’] .to reset your password. If you did not request this message, simply do nothing. Otherwise, to create a new password, click here::
How do I get those variables to work? (usr_login and $_SERVER[‘REMOTE_ADDR’] )
I see in "[SIZE=12px]lang_new_user_sign_in" that it uses %s for both the username and email; where is it getting that from?[/SIZE]