I'm trying to the username and password to show in the email notification email. I'm using this code in the transactional email. but it's not getting the password <strong>Email</strong>: {{var customer.email}}<br/> <strong>Password</strong>: {{htmlescape var=$customer.password}} </p>
I'm trying to the username and password to show in the email notification email.
I'm using this code in the transactional email. but it's not getting the password
Email: {{var customer.email}}
Password: {{htmlescape var=$customer.password}}