I have created a new template phtml file 2columns-right-home.phtml for home page of my magento site. I want to give login form here. Also the links like 'create new account', 'Forgot Password', etc. How to give the links??? I tried the following:
<a href="<?php echo $this->getForgotPasswordUrl() ?>">Forgot password?</a>
But the page is not directing to the link. Any help plz..