<?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>Wordpress How To &#187; recover password</title>
	<atom:link href="http://www.wordpress-how-to.com/tag/recover-password/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpress-how-to.com</link>
	<description>All you need to know about Wordpress</description>
	<lastBuildDate>Thu, 22 Jul 2010 20:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to recover your password if the recovery tool from wordpress doesn&#8217;t work</title>
		<link>http://www.wordpress-how-to.com/how-to-recover-your-password-if-the-recovery-tool-from-wordpress-doesnt-work-41/</link>
		<comments>http://www.wordpress-how-to.com/how-to-recover-your-password-if-the-recovery-tool-from-wordpress-doesnt-work-41/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 12:49:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[recover password]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wordpress-how-to.com/?p=41</guid>
		<description><![CDATA[Yes, I forgot my password And guess what? I went to that page where you enter your email or username and receive a link on your email. Pretty easy, right? &#8230; NO! Unfortunately, when you install wordpress, it generates a key for you that will be used to recover your password. Therefore, in the email, [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I forgot my password <img class="inlineimg" title="Smile" src="http://www.warriorforum.com/images/smilies/smile.gif" border="0" alt="" /></p>
<p>And guess what? I went to that page where you enter your email or username and receive a link on your email.</p>
<p>Pretty easy, right?</p>
<p>&#8230;</p>
<p>NO!</p>
<p>Unfortunately, when you install wordpress, it generates a key for you that will be used to recover your password. Therefore, in the email, you get a link like:<br />
domain.com/blog/wp-recover.php?key=somestringhere.</p>
<p>Here comes the problem: wp includes the &#8220;&amp;&#8221; when generating these keys (and for some reason it seems to include it everytime I install a blog, lol), but the &#8220;&amp;&#8221; char is used to separate the request variables sent by GET. That&#8217;s why, when you click on that link, you get a &#8220;wrong key&#8221; error, because if the key is 1234567&amp;9, wordpress will get only 1234567, which is wrong (duuh).</p>
<p>Solution? I have one that I use. I just open phpmyadmin on my server, go to wordpress database in the wp_users table and change that key to something else (of course, &#8220;1234&#8243; won&#8217;t do as you might get up one day with all your posts deleted <img class="inlineimg" title="Smile" src="http://www.warriorforum.com/images/smilies/smile.gif" border="0" alt="" /> ). After I&#8217;m finished with that, I do the process again and I&#8217;m able to set a new password.</p>
<p>&#8230; Pfew</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-how-to.com/how-to-recover-your-password-if-the-recovery-tool-from-wordpress-doesnt-work-41/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
