<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fixing Magento Login Problem after a Fresh Installation</title>
	<atom:link href="http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/</link>
	<description>Notes on Ecommerce Web Development</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:02:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ocean</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-2713</link>
		<dc:creator>Ocean</dc:creator>
		<pubDate>Thu, 27 Oct 2011 16:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-2713</guid>
		<description>GoDaddy updated their server with the newest version of Apache in mid Oct.  With that in mind Magento wont allow me to login and when I try to retrieve a new password, I use it and it wont let me in the front end either. How can I fix this issue.</description>
		<content:encoded><![CDATA[<p>GoDaddy updated their server with the newest version of Apache in mid Oct.  With that in mind Magento wont allow me to login and when I try to retrieve a new password, I use it and it wont let me in the front end either. How can I fix this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishnu Dutt</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-2694</link>
		<dc:creator>Vishnu Dutt</dc:creator>
		<pubDate>Fri, 21 Oct 2011 12:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-2694</guid>
		<description>Hello Sir I am doing magento changes and there is an problems of redirecting I have added new module in magento admin if I am inserting mysql from  controller like 

if(isset($_REQUEST[&#039;submitformimage&#039;]))
{}
and after that is not going on the module page come on the admin home page

Please suggest me well.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello Sir I am doing magento changes and there is an problems of redirecting I have added new module in magento admin if I am inserting mysql from  controller like </p>
<p>if(isset($_REQUEST['submitformimage']))<br />
{}<br />
and after that is not going on the module page come on the admin home page</p>
<p>Please suggest me well.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-2686</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 14 Oct 2011 21:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-2686</guid>
		<description>The root cause of the problem is an inherent bug with Magento overriding and hard coding it to UTC time zone. The fix is rather easy, no coding required, just a little math. This fix worked immediately for us.  

http://www.yireo.com/blog/1296-windows-7-google-chrome-magento-admin-cookie-problem

I sincerely hope Magento gets this fixed, what a waste of time, no pun intended.</description>
		<content:encoded><![CDATA[<p>The root cause of the problem is an inherent bug with Magento overriding and hard coding it to UTC time zone. The fix is rather easy, no coding required, just a little math. This fix worked immediately for us.  </p>
<p><a href="http://www.yireo.com/blog/1296-windows-7-google-chrome-magento-admin-cookie-problem" rel="nofollow">http://www.yireo.com/blog/1296-windows-7-google-chrome-magento-admin-cookie-problem</a></p>
<p>I sincerely hope Magento gets this fixed, what a waste of time, no pun intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emiliano</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-2620</link>
		<dc:creator>Emiliano</dc:creator>
		<pubDate>Wed, 14 Sep 2011 02:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-2620</guid>
		<description>Hello,
Unfortunately none of those methods worked. As for the web/cookie/cookie_domain
I do not even have that in the database.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Unfortunately none of those methods worked. As for the web/cookie/cookie_domain<br />
I do not even have that in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Pietrangelo</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-2026</link>
		<dc:creator>Jim Pietrangelo</dc:creator>
		<pubDate>Sat, 18 Dec 2010 22:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-2026</guid>
		<description>Same problem as the others. Using MAMP. Resolved problem by simply creating a regular user using the Magento login page. Then, go into the database, look for table named customer_entity_varchar. Copy the entry that&#039;s in the value field on row 3. Paste that into the password field in the table admin_user. Done. When you go back to the admin login page, simply use your admin password and the password that you assigned to the regular user you created. Magento should accept these and let you into the back-end.</description>
		<content:encoded><![CDATA[<p>Same problem as the others. Using MAMP. Resolved problem by simply creating a regular user using the Magento login page. Then, go into the database, look for table named customer_entity_varchar. Copy the entry that&#8217;s in the value field on row 3. Paste that into the password field in the table admin_user. Done. When you go back to the admin login page, simply use your admin password and the password that you assigned to the regular user you created. Magento should accept these and let you into the back-end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-1995</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-1995</guid>
		<description>Tried all the above but no joy. Found this solution that worked for me at:
http://net.tutsplus.com/articles/news/easy-e-commerce-with-magento/

In your Magento folder go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php

Find the session_set_cookie_params code block (Line 78) and replace it with this code:

		session_set_cookie_params(
            $this-&gt;getCookie()-&gt;getLifetime(),
            $this-&gt;getCookie()-&gt;getPath()
               //$this-&gt;getCookie()-&gt;getDomain(),
               //$this-&gt;getCookie()-&gt;isSecure(),
               //$this-&gt;getCookie()-&gt;getHttponly()
        );

On a proper webhost you do not need to do this! However as we are working on localhost we need to do this to address an cookie issue.

Happy days!!!</description>
		<content:encoded><![CDATA[<p>Tried all the above but no joy. Found this solution that worked for me at:<br />
<a href="http://net.tutsplus.com/articles/news/easy-e-commerce-with-magento/" rel="nofollow">http://net.tutsplus.com/articles/news/easy-e-commerce-with-magento/</a></p>
<p>In your Magento folder go to app/code/core/Mage/Core/Model/Session/Abstract/Varien.php</p>
<p>Find the session_set_cookie_params code block (Line 78) and replace it with this code:</p>
<p>		session_set_cookie_params(<br />
            $this-&gt;getCookie()-&gt;getLifetime(),<br />
            $this-&gt;getCookie()-&gt;getPath()<br />
               //$this-&gt;getCookie()-&gt;getDomain(),<br />
               //$this-&gt;getCookie()-&gt;isSecure(),<br />
               //$this-&gt;getCookie()-&gt;getHttponly()<br />
        );</p>
<p>On a proper webhost you do not need to do this! However as we are working on localhost we need to do this to address an cookie issue.</p>
<p>Happy days!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-1919</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Mon, 11 Oct 2010 15:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-1919</guid>
		<description>Hi Guys, 

I was also having the similar problem of first login after successful installation of Magento.

Check this link... it really helped me in solving this.

http://mysillypointofview.richardferaro.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/

Note : Editing the core file is not recommended, but you can try this since it works</description>
		<content:encoded><![CDATA[<p>Hi Guys, </p>
<p>I was also having the similar problem of first login after successful installation of Magento.</p>
<p>Check this link&#8230; it really helped me in solving this.</p>
<p><a href="http://mysillypointofview.richardferaro.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/" rel="nofollow">http://mysillypointofview.richardferaro.com/2010/03/24/how-to-fix-magentos-admin-login-failing-no-error-message-on-localhost/</a></p>
<p>Note : Editing the core file is not recommended, but you can try this since it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amber</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-1839</link>
		<dc:creator>Amber</dc:creator>
		<pubDate>Sat, 11 Sep 2010 01:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-1839</guid>
		<description>Phew. Thank you. The ol&#039; cookie domain</description>
		<content:encoded><![CDATA[<p>Phew. Thank you. The ol&#8217; cookie domain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit Khanna</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-1702</link>
		<dc:creator>Sumit Khanna</dc:creator>
		<pubDate>Tue, 10 Aug 2010 12:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-1702</guid>
		<description>I was running Magento in a Linux VirtualBox and both IE8 and FF were giving me problems with not sending the issued cookie (and so a new session was created with each request). Safari for Mac and Windows were working fine though. I was using a DNS like &quot;dev-magento&quot; and adding it to my hosts file. Adding a domain (dev-magento.local) fixed the problem! 

Thanks for the writeup! I hate how something that trivial cost me nearly a day of pulling my hair out.</description>
		<content:encoded><![CDATA[<p>I was running Magento in a Linux VirtualBox and both IE8 and FF were giving me problems with not sending the issued cookie (and so a new session was created with each request). Safari for Mac and Windows were working fine though. I was using a DNS like &#8220;dev-magento&#8221; and adding it to my hosts file. Adding a domain (dev-magento.local) fixed the problem! </p>
<p>Thanks for the writeup! I hate how something that trivial cost me nearly a day of pulling my hair out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Plant</title>
		<link>http://www.aschroder.com/2009/05/fixing-magento-login-problem-after-a-fresh-installation/comment-page-1/#comment-1650</link>
		<dc:creator>Mike Plant</dc:creator>
		<pubDate>Sat, 31 Jul 2010 02:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.aschroder.com/?p=391#comment-1650</guid>
		<description>I just got this to work form your tips here. Thank you very much. I had to set the sever time and extend te cookie time ad that worked. Not sure why the server time alone didn&#039;t fix the problem but I just extended the cookie as you suggested to a full day.

Thanks again,
Mike</description>
		<content:encoded><![CDATA[<p>I just got this to work form your tips here. Thank you very much. I had to set the sever time and extend te cookie time ad that worked. Not sure why the server time alone didn&#8217;t fix the problem but I just extended the cookie as you suggested to a full day.</p>
<p>Thanks again,<br />
Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/14 queries in 0.014 seconds using apc
Object Caching 351/352 objects using apc
Content Delivery Network via cdn.aschroder.com

Served from: www.aschroder.com @ 2012-02-08 03:48:12 -->
