Magento – Current password field cannot be empty in Magento

magento-1.7magento-1.9PHPupgrade

I have upgraded my Magento application form v1.7 to v1.9. Its running and I can login form admin.
But when I am trying to add/edit user from System->permssions->user then It returns an error saying Current password field cannot be empty. See the attached screen.enter image description here

Please help me.

Best Answer

Find the your template path and paste the following code:

<?php echo $this->getBlockHtml('formkey') ?>

just after <form> tag, See how to enable the admin path hints.

Related Topic