<?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>2718.us blog &#187; integrate</title>
	<atom:link href="http://2718.us/blog/tag/integrate/feed/" rel="self" type="application/rss+xml" />
	<link>http://2718.us/blog</link>
	<description>Miscellaneous Technological Geekery</description>
	<lastBuildDate>Tue, 18 May 2010 02:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Another WordPress+bbPress Integration Gotcha</title>
		<link>http://2718.us/blog/2008/05/01/another-wordpressbbpress-integration-gotcha/</link>
		<comments>http://2718.us/blog/2008/05/01/another-wordpressbbpress-integration-gotcha/#comments</comments>
		<pubDate>Thu, 01 May 2008 21:37:29 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[2.5.1]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[database secret]]></category>
		<category><![CDATA[integrate]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[options.php]]></category>
		<category><![CDATA[secret]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp2.5.1]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=33</guid>
		<description><![CDATA[Somehow (my best guess is it happened with the database update in the WP2.5.1 upgrade), the database secret, stored as &#8220;secret&#8221; and visible on /wp-admin/options.php, changed making the logins for bbPress and WordPress clobber each other (both apps using the same cookie, but each app rewriting the cookie with its own contents, rather than recognizing [...]]]></description>
			<content:encoded><![CDATA[<p>Somehow (my best guess is it happened with the database update in the WP2.5.1 upgrade), the database secret, stored as &#8220;secret&#8221; and visible on /wp-admin/options.php, changed making the logins for bbPress and WordPress clobber each other (both apps using the same cookie, but each app rewriting the cookie with its own contents, rather than recognizing the other app&#8217;s contents).  If you&#8217;re having trouble with WordPress 2.5.1 + bbPress 0.9.0.2, especially if you&#8217;ve already watched the cookies go by and are sure that both apps are using the same cookie, check your secret (in bbPress, it&#8217;s in Admin &gt; Settings &gt; WP Integration).</p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/05/01/another-wordpressbbpress-integration-gotcha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The SECRET_KEY in WordPress</title>
		<link>http://2718.us/blog/2008/04/24/the-secret_key-in-wordpress/</link>
		<comments>http://2718.us/blog/2008/04/24/the-secret_key-in-wordpress/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 22:20:59 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[integrate]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[SECRET_KEY]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 2.5]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp2.5]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=27</guid>
		<description><![CDATA[I&#8217;ve gotten into the habit of actually reading the various blogs to which there are links on my WordPress dashboard and I saw this today from boren.nu: To make cookies secure against attacks where someone has managed to get into your database through an SQL injection exploit or other means, WordPress 2.5 introduced a user-definable [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten into the habit of actually reading the various blogs to which there are links on my WordPress dashboard and I saw <a href="http://boren.nu/archives/2008/04/24/cookie-security-in-wordpress-25/">this today from boren.nu</a>:</p>
<blockquote><p>To make cookies secure against attacks where someone has managed to get into your database through an SQL injection exploit or other means, WordPress 2.5 introduced a user-definable constant called SECRET_KEY. If you look at the sample wp-config.php shipped with 2.5, you’ll see these lines.</p>
<blockquote><p>// Change SECRET_KEY to a unique phrase.  You won’t have to remember it later,<br />
// so make it long and complicated.  You can visit https://www.grc.com/passwords<br />
.htm<br />
// to get a phrase generated for you, or just make something up.<br />
define(’SECRET_KEY’, ‘put your unique phrase here’); // Change this to a unique phrase</p></blockquote>
<p>If you upgraded from a previous version of WordPress you probably won’t have these lines in your wp-config.php.</p></blockquote>
<p>That last bit is, of course, the critical thing for me and had me going back and inserting SECRET_KEYs into all my older/upgraded WordPress installs.  Just remember that if you&#8217;re integrating with bbPress, you have to match the SECRET_KEYs in wp-config.php and bb-config.php.</p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2008/04/24/the-secret_key-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
