forked from science-ation/science-ation
Forward port substitutions on firstname/lastname for new user welcome email
This commit is contained in:
parent
f16f5b6211
commit
4f8b8c6a57
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user