Add firstname/lastname to the substitutions on new user welcome emails

This commit is contained in:
james 2012-02-10 17:37:14 +00:00
parent 54084bd69a
commit 0e2fdc4686

View File

@ -199,7 +199,9 @@
email_send($welcome_email, $data_email,
array("FAIRNAME"=>i18n($config['fairname'])),
array("PASSWORD"=>$u['password'],
"EMAIL"=>$data_email)
"EMAIL"=>$data_email,
"FIRSTNAME"=>$data_fn,
"LASTNAME"=>$data_ln)
);
/* now redirect to the login page */