Include ID Number in Generate password and notify user.

Include ID Number in Generate password and notify user.

by Hoang Trinh -
Number of replies: 0
Hi there, I have set up if I create a new user, the user will receive an email that includes their account information . I would like to add ID Number to this email.

I tried "Welcome, {$a->firstname}! Your ID number is {$a->idnumber}, `{$a->idnumber}`".
And the result is "Welcome, HoangTrinh Tester4! Your ID number is {$a->idnumber}, `{$a->idnumber}`."

I have no idea how to achieve my goals. Please help me solve it!

Best regards! 
Average of ratings: -