You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this repository to a limited extent, but perhaps I can still provide some guidance here. I believe Magento removed the ability to send the password in email in more recent versions - perhaps Magento 1.8+? Instead, the customer can reset their password, but I think that's it.
Can you dump your environment configuration here? Magento version, PHP version etc.
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}}
The text was updated successfully, but these errors were encountered: