<?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>Pressed Words &#187; phpass</title>
	<atom:link href="http://pressedwords.com/tag/phpass/feed/" rel="self" type="application/rss+xml" />
	<link>http://pressedwords.com</link>
	<description>News and commentary about all things WordPress</description>
	<lastBuildDate>Thu, 11 Jun 2009 03:54:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Restoring Your WordPress 2.5 Password in the Database</title>
		<link>http://pressedwords.com/restore-wordpress-user-password-in-database/</link>
		<comments>http://pressedwords.com/restore-wordpress-user-password-in-database/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 03:39:31 +0000</pubDate>
		<dc:creator><![CDATA[Austin Matzko]]></dc:creator>
				<category><![CDATA[Users]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[phpass]]></category>

		<guid isPermaLink="false">http://pressedwords.com/?p=49</guid>
		<description><![CDATA[WordPress 2.5 introduced a much more thorough password-hashing algorithm with PHPass. That is great for security, but I was afraid that it would make restoring your WordPress password in the database almost impossible. You see, prior to 2.5, if you needed to reset your password, you could just hash it using md5 and put it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>WordPress 2.5 introduced a much more thorough password-hashing algorithm with PHPass.  That is great for security, but I was afraid that it would make restoring your WordPress password in the database almost impossible.  You see, prior to 2.5, if you needed to reset your password, you could just hash it using md5 and put it directly in the wp_users table, as described <a href="http://codex.wordpress.org/Resetting_Your_Password">here</a>.</p>
<p>The good news&#8212;surprisingly&#8212;is that you can still do that in 2.5, as <a href="http://comox.textdrive.com/pipermail/wp-hackers/2008-April/019484.html">DD32 pointed out on the WordPress hackers mailing list</a>.  You can thank <code>wp_check_password()</code>, which checks to see if your stored password is still in md5 form, and if so, it lets you log in and then converts it.  </p>
]]></content:encoded>
			<wfw:commentRss>http://pressedwords.com/restore-wordpress-user-password-in-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/5 queries in 0.001 seconds using memcached
Object Caching 235/238 objects using memcached

 Served from: pressedwords.com @ 2026-04-06 22:32:20 by W3 Total Cache -->