Magento
Magento: Customer Password blank in email template
After Magento 1.9 version due to security reason password field send empty. and the variable are not set for : But if you want to send password you can do it by following the steps: Solution 1: 1- open app/code/core/Mage/Customer/controllers/AccountController.php 2- Near Line number 290 comment out the line Solution Read more…