<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Agence de Développement Informatique du Nord &#187; Login</title>
	<atom:link href="http://blog.adin.pro/tag/login/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Magento &#8211; redirect to login page with referrer</title>
		<link>http://blog.adin.pro/2018-02-21/magento-redirect-to-login-page-with-referrer/</link>
		<comments>http://blog.adin.pro/2018-02-21/magento-redirect-to-login-page-with-referrer/#comments</comments>
		<pubDate>Wed, 21 Feb 2018 08:50:59 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[referrer]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=556</guid>
		<description><![CDATA[<p>You want to secure a page and customer login before access it ?</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2018-02-21/magento-redirect-to-login-page-with-referrer/">Magento &#8211; redirect to login page with referrer</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You want to secure a page and customer login before access it ?</p>
<pre class="brush: php; title: ; notranslate">
 Mage::getSingleton('customer/session')-&gt;setBeforeAuthUrl(Mage::helper('core/url')-&gt;getCurrentUrl());
 Mage::app()-&gt;getFrontController()-&gt;getResponse()-&gt;setRedirect(Mage::getUrl('customer/account/login'));
</pre>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2018-02-21/magento-redirect-to-login-page-with-referrer/">Magento &#8211; redirect to login page with referrer</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2018-02-21/magento-redirect-to-login-page-with-referrer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento unable to login (no error message)</title>
		<link>http://blog.adin.pro/2013-04-10/maganto-unable-to-login-no-error-message/</link>
		<comments>http://blog.adin.pro/2013-04-10/maganto-unable-to-login-no-error-message/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 09:22:00 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[core_config_data]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=166</guid>
		<description><![CDATA[<p>You just install a new instance of magento on a new server, for testing by example and you are unable to login. Password recovery send you a new password but it doesn&#8217;t work. This is probably a domain cookie issue. &#8230; <a href="http://blog.adin.pro/2013-04-10/maganto-unable-to-login-no-error-message/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-04-10/maganto-unable-to-login-no-error-message/">Magento unable to login (no error message)</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You just install a new instance of magento on a new server, for testing by example and you are unable to login. Password recovery send you a new password but it doesn&#8217;t work. This is probably a domain cookie issue.</p>
<p>After installing a new instance, you change in the database, table core_config_data, these 2 entry : web/unsecure/base_url and web/secure/base_url. Don&#8217;t forget to change this one too : web/cookie/cookie_domain and web/cookie/cookie_path</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2013-04-10/maganto-unable-to-login-no-error-message/">Magento unable to login (no error message)</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2013-04-10/maganto-unable-to-login-no-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
