Name and Email in forgot_password template

Permalink
Hi

I would like to include the users name and email in my forgot_password template. I don't use username, and there don't need this (which is default).

I've tried the following code without luck.. Anyone that can help? :)

<?php  
defined('C5_EXECUTE') or die("Access Denied.");
$subject = t("Forgot Password");
$body = t("
Dear %s,
You have requested a new password for the site %s 
Your login is your email address.
You may change your password at the following address:
%s
Thank you for using our site!
", $name, SITE, $uEmail, $changePassURL);
?>


Thanks,
Jacob

 
jwulff replied on at Permalink Reply
Anyone that can help?