<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: secret</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: secret</description>
<language>en</language>
<pubDate>Thu, 20 Nov 2008 16:11:49 +0000</pubDate>

<item>
<title>chrishajer on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-19557</link>
<pubDate>Tue, 30 Sep 2008 00:58:08 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19557@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Norvu, those version are incompatible.  You &#60;strong&#62;don't&#60;/strong&#62; integrate the cookies.  If you want integrated logins, you need to use bbPress 0.9.* with WordPress 2.5 or bbPress Alpha with WordPress 2.6.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17409&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101#post-17409&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Norvu on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-19555</link>
<pubDate>Mon, 29 Sep 2008 21:03:27 +0000</pubDate>
<dc:creator>Norvu</dc:creator>
<guid isPermaLink="false">19555@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;WordPress version 2.6.2 and bbPress version 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-19548</link>
<pubDate>Mon, 29 Sep 2008 14:28:16 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19548@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Norvu - what versions of bbPress and WordPress are you using?
&#60;/p&#62;</description>
</item>
<item>
<title>Norvu on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-19539</link>
<pubDate>Mon, 29 Sep 2008 00:05:20 +0000</pubDate>
<dc:creator>Norvu</dc:creator>
<guid isPermaLink="false">19539@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So how does one integrate the cookies?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-19079</link>
<pubDate>Mon, 08 Sep 2008 15:40:46 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">19079@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Note that WP 2.5 / bbPress 0.9 uses a SINGLE key&#60;/p&#62;
&#60;p&#62;WP 2.6 / bbPress 1.0 uses THREE different keys
&#60;/p&#62;</description>
</item>
<item>
<title>mrosenau on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-19059</link>
<pubDate>Sun, 07 Sep 2008 23:15:42 +0000</pubDate>
<dc:creator>mrosenau</dc:creator>
<guid isPermaLink="false">19059@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You go here to get your &#34;secret key&#34; (there's three of them.  &#60;a href=&#34;http://api.wordpress.org/secret-key/1.1/&#34; rel=&#34;nofollow&#34;&#62;http://api.wordpress.org/secret-key/1.1/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;define('AUTH_KEY', ...&#60;br /&#62;
define('SECURE_AUTH_KEY', ...&#60;br /&#62;
define('LOGGED_IN_KEY', ...&#60;/p&#62;
&#60;p&#62;you place these in your wordpress wp-config.php file where the empty one were.&#60;/p&#62;
&#60;p&#62;Then you post the keys inside the secret key box in the bb press installation wizard. &#60;/p&#62;
&#60;p&#62;Or if you missed that part and your putting it directly into your bb-config.php file &#60;/p&#62;
&#60;p&#62;you replace: define('BB_SECRET_KEY', ...&#60;br /&#62;
and everything after in on that LINE. &#60;/p&#62;
&#60;p&#62;with: your three secret keys.&#60;/p&#62;
&#60;p&#62;and that should fix everything, ...that is if you have all your other wordpress - bbpress integration stuff lined up correctly :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "so many secrets?"</title>
<link>http://bbpress.org/forums/topic/so-many-secrets#post-18978</link>
<pubDate>Fri, 05 Sep 2008 18:30:11 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18978@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The cookies in bbPress 1.0 and WordPress 2.6 are based on recommendations from a security whitepaper by a top researcher.&#60;/p&#62;
&#60;p&#62;Half of the key used in the cookie is kept in the database and the other half of the key is kept in the configuration file (bb-config.php / wp-config.php) &#60;/p&#62;
&#60;p&#62;The idea is to make it harder for an attacker to compromise the system. They may gain file access but not db access or visa versa - therefore the other half is safe.&#60;/p&#62;
&#60;p&#62;When I say &#34;half&#34; it's not literal - but essentially the secret keys are &#34;salted&#34; with the secret salt. &#34;Salting&#34; is a  much more complex operation than needs to be explained here (see wikipedia).
&#60;/p&#62;</description>
</item>
<item>
<title>flywitness on "so many secrets?"</title>
<link>http://bbpress.org/forums/topic/so-many-secrets#post-18962</link>
<pubDate>Fri, 05 Sep 2008 12:17:00 +0000</pubDate>
<dc:creator>flywitness</dc:creator>
<guid isPermaLink="false">18962@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks for making the effort, but thats not what i asked.
&#60;/p&#62;</description>
</item>
<item>
<title>cartmanffc on "so many secrets?"</title>
<link>http://bbpress.org/forums/topic/so-many-secrets#post-18958</link>
<pubDate>Fri, 05 Sep 2008 11:37:32 +0000</pubDate>
<dc:creator>cartmanffc</dc:creator>
<guid isPermaLink="false">18958@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;necessary for WP 2.6 -&#38;gt; BBP 1alpha:&#60;br /&#62;
WordPress &#34;auth&#34; cookie key&#60;br /&#62;
WordPress &#34;secure auth&#34; cookie key&#60;br /&#62;
WordPress &#34;logged in&#34; cookie key
&#60;/p&#62;</description>
</item>
<item>
<title>flywitness on "so many secrets?"</title>
<link>http://bbpress.org/forums/topic/so-many-secrets#post-18957</link>
<pubDate>Fri, 05 Sep 2008 11:12:56 +0000</pubDate>
<dc:creator>flywitness</dc:creator>
<guid isPermaLink="false">18957@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;BB_SECRET_KEY&#60;/p&#62;
&#60;p&#62;BB_SECRET_SALT&#60;/p&#62;
&#60;p&#62;(database) secret&#60;/p&#62;
&#60;p&#62;whats the difference? what needs to match what for wp integration?&#60;br /&#62;
can we have some or one without the other?  i'm confused.&#60;/p&#62;
&#60;p&#62;WP 2.6 -&#38;gt; BBP 1alpha
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17653</link>
<pubDate>Fri, 25 Jul 2008 17:40:54 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17653@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Glad to hear it worked - remember to not keep using &#60;code&#62;$bb-&#38;gt;secret&#60;/code&#62; though in your config and update the db properly as it lowers the security of your setup somewhat.&#60;/p&#62;
&#60;p&#62;(The idea being an attacker might  gain access to bb-config.php and not your db to gain the second half of the key - not my design and not sure I agree with the logic but I guess it's still better than keep both in an obvious place)
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17640</link>
<pubDate>Fri, 25 Jul 2008 09:00:22 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17640@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;_ck_ That worked!!!! Thank you so much!!!&#60;/p&#62;
&#60;p&#62;chrishajer&#60;br /&#62;
I don't have access to my client's hosting plus I'm not very familiar with Plesk to guide him without looking at it myself.&#60;/p&#62;
&#60;p&#62;Anyhow, the problem has been solved :))&#60;/p&#62;
&#60;p&#62;On a sidenote: This forum keeps telling me my username does not exist when I try going to my profile or favourites :-o
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17638</link>
<pubDate>Fri, 25 Jul 2008 07:02:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17638@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It might be possible to do this inside bb-config.php&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;secret=&#34;blah blah your key&#34;;&#60;/p&#62;
&#60;p&#62;and override the internal db.&#60;/p&#62;
&#60;p&#62;I have to lookup if &#34;secret&#34; is the real name though.&#60;/p&#62;
&#60;p&#62;(that's in addition to define('BB_SECRET_KEY' )&#60;/p&#62;
&#60;p&#62;Yeah, apparently it really is &#60;code&#62;$bb-&#38;gt;secret&#60;/code&#62;  give that a try.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17637</link>
<pubDate>Fri, 25 Jul 2008 07:01:40 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17637@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks _ck_
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17635</link>
<pubDate>Fri, 25 Jul 2008 06:56:35 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">17635@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hmm - have to think about that one&#60;/p&#62;
&#60;p&#62;chris, there are two parts to the key, you can't define the other part via the bb-config.php&#60;/p&#62;
&#60;p&#62;actually - have you tried completely clearing your cookies? Even with a mismatched key you should be able to login, just not sync with wordpress. The cookies might be scrambled until you clear them.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17634</link>
<pubDate>Fri, 25 Jul 2008 06:55:47 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17634@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How about just putting the correct value in bb-config.php?&#60;br /&#62;
&#60;code&#62;define(&#38;#39;BB_SECRET_KEY&#38;#39;,&#60;/code&#62;&#60;br /&#62;
&#38;nbsp;&#60;br /&#62;
Just make that the same as the value in wp-config.php&#60;/p&#62;
&#60;p&#62;There's no way in Plesk to manage the database?  That seems odd. Do you have shell access where you could use mysql from the command line?
&#60;/p&#62;</description>
</item>
<item>
<title>Anonymous on "Cannot change Secret Field"</title>
<link>http://bbpress.org/forums/topic/cannot-change-secret-field#post-17630</link>
<pubDate>Fri, 25 Jul 2008 06:16:37 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">17630@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I entered the wrong Secret value when installing BBPress. Now when I go to BBPress Settings &#38;gt; Wordpress Integration and try to change it, it logs me out of BBPress. The value obviously does not get updated. This only hapens if I try to change the Secret field.&#60;/p&#62;
&#60;p&#62;How do I update the field as WP integration will not work otherwise? I don't have direct access to the database, no PHPmyadmin option. My client is using PLESK.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16407</link>
<pubDate>Thu, 22 May 2008 21:15:33 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16407@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, having checked and rechecked everything, it turns out it was that the secret in wp-admin/options.php was different than the secret in the wp integration settings in bbpress.&#60;/p&#62;
&#60;p&#62;I had checked these before and they were identical, but at the time I might have been dealing with a path issue.  Then when the path issue was resolved I never went back to ensure they were still the same. &#60;/p&#62;
&#60;p&#62;My suggestion to everyone is to check everything even if you KNOW you check them before.
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16384</link>
<pubDate>Thu, 22 May 2008 03:31:08 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16384@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Those solutions did't work. &#60;/p&#62;
&#60;p&#62;I just upgraded wordpress to 2.5.1 and still no luck.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16365</link>
<pubDate>Wed, 21 May 2008 05:52:37 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16365@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This has been discussed in a previous thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/new-login-required-when-between-bbpress-and-wordpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16339</link>
<pubDate>Mon, 19 May 2008 23:50:00 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16339@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;2.5 and 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16311</link>
<pubDate>Mon, 19 May 2008 11:52:39 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16311@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What versions of each are you running?
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16297</link>
<pubDate>Sun, 18 May 2008 02:11:58 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16297@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;update:  Everything in the cookie (when looking at it in firefox) seems identical except the content section and the expire time.&#60;/p&#62;
&#60;p&#62;The content section has the user name, but the two numbers after it are different.
&#60;/p&#62;</description>
</item>
<item>
<title>tbaleno on "cookie problem.  Logging in to bbpress logs out of wp and vice versa."</title>
<link>http://bbpress.org/forums/topic/cookie-problem-logging-in-to-bbpress-logs-out-of-wp-and-vice-versa#post-16296</link>
<pubDate>Sun, 18 May 2008 00:33:15 +0000</pubDate>
<dc:creator>tbaleno</dc:creator>
<guid isPermaLink="false">16296@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So when I log in to one of them the other gets logged out.  I'm sure this is because they are sharing the same cookie, but the info in the cookie is different.  &#60;/p&#62;
&#60;p&#62;What did I do wrong?&#60;/p&#62;
&#60;p&#62;My site is &#60;a href=&#34;http://www.mysimplehomegarden.com/garden&#34; rel=&#34;nofollow&#34;&#62;http://www.mysimplehomegarden.com/garden&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the forum is &#60;a href=&#34;http://www.mysimplehomegarden.com/garden/bbpress&#34; rel=&#34;nofollow&#34;&#62;http://www.mysimplehomegarden.com/garden/bbpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>RyanNutt on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-15143</link>
<pubDate>Tue, 08 Apr 2008 14:00:27 +0000</pubDate>
<dc:creator>RyanNutt</dc:creator>
<guid isPermaLink="false">15143@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When I added the key to wp-config it wouldn't let me login into the wp admin either.  What I had done was put the define() line at the end thinking that would work.  I moved it up under the other define() line instead of the very end and the permissions problem went away.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-15128</link>
<pubDate>Tue, 08 Apr 2008 05:22:49 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15128@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You need to create the Secret Key in your WordPress config.&#60;/p&#62;
&#60;p&#62;Read the WordPress Codex for more info.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php#Secret_key_for_salting_password&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_wp-config.php#Secret_key_for_salting_password&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>snoon on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-15113</link>
<pubDate>Mon, 07 Apr 2008 19:15:27 +0000</pubDate>
<dc:creator>snoon</dc:creator>
<guid isPermaLink="false">15113@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't have one either. And I am totally perplexed as to where you found documentation about creating one. My wp-config has no such animal and my bbpress install is blocked.  I'm stopped until I get my mind around this one.  HELP!&#60;/p&#62;
&#60;p&#62;Scott&#60;br /&#62;
&#60;a href=&#34;mailto:scott@scottnoon.com&#34;&#62;scott@scottnoon.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-14984</link>
<pubDate>Thu, 03 Apr 2008 23:11:52 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">14984@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;my question is what happens to bbPress when I remove the key from wp-config?
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-14983</link>
<pubDate>Thu, 03 Apr 2008 23:01:36 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">14983@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;FYI - I tried creating a secret-key according to what I read which lets me finish the install of bbPress however when I try to log in to wordpress I can't.  In fact, I get a message saying that I don't have permissions!&#60;/p&#62;
&#60;p&#62;When I remove my invented secret key, I can login like normal...
&#60;/p&#62;</description>
</item>
<item>
<title>lostdeviant on "WordPress cookie secret key - why don't I have one?"</title>
<link>http://bbpress.org/forums/topic/wordpress-cookie-secret-key-why-dont-i-have-one#post-14976</link>
<pubDate>Thu, 03 Apr 2008 20:56:20 +0000</pubDate>
<dc:creator>lostdeviant</dc:creator>
<guid isPermaLink="false">14976@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just went to add a bbpress forum to a site I upgraded from 2.3.3 to 2.5.  On step 2 of the bbpress install,  it requests a &#34;cookie secret key&#34; which is supposedly in my wp-config.  &#60;/p&#62;
&#60;p&#62;I don't see  a secret key there so what am I supposed to do?&#60;/p&#62;
&#60;p&#62;&#34;This value must match the value of the constant named &#34;SECRET_KEY&#34; in your WordPress wp-config.php file. This will replace the bbPress cookie secret key set in the first step.&#34;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
