forked from science-ation/science-ation
Add firstname/lastname to the substitutions on new user welcome emails
This commit is contained in:
parent
54084bd69a
commit
0e2fdc4686
@ -199,7 +199,9 @@
|
|||||||
email_send($welcome_email, $data_email,
|
email_send($welcome_email, $data_email,
|
||||||
array("FAIRNAME"=>i18n($config['fairname'])),
|
array("FAIRNAME"=>i18n($config['fairname'])),
|
||||||
array("PASSWORD"=>$u['password'],
|
array("PASSWORD"=>$u['password'],
|
||||||
"EMAIL"=>$data_email)
|
"EMAIL"=>$data_email,
|
||||||
|
"FIRSTNAME"=>$data_fn,
|
||||||
|
"LASTNAME"=>$data_ln)
|
||||||
);
|
);
|
||||||
|
|
||||||
/* now redirect to the login page */
|
/* now redirect to the login page */
|
||||||
|
Loading…
Reference in New Issue
Block a user