Editing Email Subject Line

Permalink
I'm trying to edit the subject line of the registration email:
$subject = SITE.' '.t("Registration - Approval Required");

I want to pull the values of user attributes such as first_name and last_name into the subject line. For example:
$subject = SITE.' '.t("Registration - Approval Required for first_name last_name");


I've tried calling the getAttribute several different ways and nothing is working. It's not the same as when I did this on the profile page. Can someone please help?

Thanks,
Hope

HopeL
 
HopeL replied on at Permalink Reply
HopeL
I think I found a way around this by allowing spaces in usernames. Feel free to delete this thread to save space.

Thanks!