<?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>Ryan McCue's Blog &#187; md5</title>
	<atom:link href="http://cubegames.net/blog/tag/md5/feed/" rel="self" type="application/rss+xml" />
	<link>http://cubegames.net/blog</link>
	<description>Containing absolutely nothing about cubes or games</description>
	<lastBuildDate>Tue, 10 Mar 2009 07:24:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reset WP Password Manually</title>
		<link>http://cubegames.net/blog/2008/04/26/reset-wp-password-via-phpmyadmin/</link>
		<comments>http://cubegames.net/blog/2008/04/26/reset-wp-password-via-phpmyadmin/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 07:12:55 +0000</pubDate>
		<dc:creator>Ryan McCue</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[2.5.1]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpweekly]]></category>

		<guid isPermaLink="false">http://cubegames.net/blog/?p=79</guid>
		<description><![CDATA[Ever wanted to reset your password in WordPress, but for some reason or other you can&#8217;t use the reset password section? 2.5.1 has a bug where the reset password page doesn&#8217;t work, so this might be handy for you.
The phpMyAdmin way
Browse into the wp_users table in your database. Find your username and click on the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to reset your password in WordPress, but for some reason or other you can&#8217;t use the reset password section? 2.5.1 <a href="http://trac.wordpress.org/ticket/6842">has a bug where the reset password page doesn&#8217;t work</a>, so this might be handy for you.</p>
<h3>The phpMyAdmin way</h3>
<p>Browse into the <code>wp_users</code> table in your database. Find your username and click on the edit icon (<img src="http://cubegames.net/blog/wp-content/uploads/2008/04/phpmyadmin_edit.png" alt="" title="Edit Screen" width="16" height="16" class="alignnone size-medium wp-image-80" />) next to your username.</p>
<p>On the edit page, select MD5 from the Function dropdown next to the <code>user_pass</code> row. Change the value on the <code>user_pass</code> row to your new password and then hit Go.</p>
<p><a href='http://cubegames.net/blog/wp-content/uploads/2008/04/edit-page.jpg'><img src="http://cubegames.net/blog/wp-content/uploads/2008/04/edit-page-300x128.jpg" alt="" title="Edit Page Screenshot" width="300" height="128" class="alignnone size-medium wp-image-81" /></a></p>
<p>Now log into WordPress with your new password and it will upgrade your password to the new phpass hashing.</p>
<h3>The SQL query way</h3>
<p>This applies where your database is <code>wordpress</code> and your login name is <code>admin</code>. Replace <strong>PASSWORD</strong> with whatever you want your new password to be.</p>
<pre class="brush: sql;">UPDATE `wordpress`.`wp_users` SET `user_pass` = MD5('PASSWORD') WHERE `wp_users`.`user_login` = 'admin' LIMIT 1;</pre>
<p>After you login on your WordPress installation, it will upgrade your password to the new phpass hashing.</p>
]]></content:encoded>
			<wfw:commentRss>http://cubegames.net/blog/2008/04/26/reset-wp-password-via-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>
