<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Making wordpress secure</title>
	<atom:link href="http://www.tutorialonweb.com/making-wordpress-secure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialonweb.com/making-wordpress-secure/</link>
	<description>One stop for web design tutorials</description>
	<lastBuildDate>Sun, 07 Mar 2010 22:03:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George Putcha</title>
		<link>http://www.tutorialonweb.com/making-wordpress-secure/comment-page-1/#comment-2031</link>
		<dc:creator>George Putcha</dc:creator>
		<pubDate>Mon, 25 Jan 2010 05:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialonweb.com/?p=228#comment-2031</guid>
		<description>Many thanks for the well-written article. I appreciate it. You have a very well-done website.</description>
		<content:encoded><![CDATA[<p>Many thanks for the well-written article. I appreciate it. You have a very well-done website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Eenfeldt</title>
		<link>http://www.tutorialonweb.com/making-wordpress-secure/comment-page-1/#comment-35</link>
		<dc:creator>Johan Eenfeldt</dc:creator>
		<pubDate>Mon, 26 Jan 2009 20:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutorialonweb.com/?p=228#comment-35</guid>
		<description>Note for point 3, the meta tag actually gets inserted automatically by a wordpress &quot;action&quot; these days. To get rid of it you need:

remove_action(&#039;wp_head&#039;, &#039;wp_generator&#039;);

Before the header calls wp_head() (or put as a plugin).

Also, as shameless self promotion, you might consider the limit login attempts plugin as an alternative to login lockdown. It also handles auth cookie login, among other things.</description>
		<content:encoded><![CDATA[<p>Note for point 3, the meta tag actually gets inserted automatically by a wordpress &#8220;action&#8221; these days. To get rid of it you need:</p>
<p>remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);</p>
<p>Before the header calls wp_head() (or put as a plugin).</p>
<p>Also, as shameless self promotion, you might consider the limit login attempts plugin as an alternative to login lockdown. It also handles auth cookie login, among other things.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
