How to put login form in Cms Page in Magento?

magento

Solution

This code finally wordked for me .

{{block type ="Mage_Customer_Block_Form_login" template="customer/form/login.phtml" }}

Problem

I want to add a login form to CMs page in Magento, I have tried adding this: ``` {{block type=”core/template” template=”customer/form/login.phtml”}} ``` in the `content` section of the CMS page, but its not working . Please help me.

Original source