<?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: Enforce strong WordPress passwords</title>
	<atom:link href="http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/</link>
	<description>Freelance WordPress developer in London - XHTML, CSS &#38; design</description>
	<lastBuildDate>Sat, 25 Feb 2012 11:45:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: juries</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-21906</link>
		<dc:creator>juries</dc:creator>
		<pubDate>Mon, 20 Jun 2011 05:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-21906</guid>
		<description>Really great code you provided for us Steve..and  its working very well. Thank you much!</description>
		<content:encoded><![CDATA[<p>Really great code you provided for us Steve..and  its working very well. Thank you much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-21805</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Fri, 17 Jun 2011 14:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-21805</guid>
		<description>Hi Steve,

Just wanted to let you know that the code you provided on this article is working great!

Thanks for your awesome work :)</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Just wanted to let you know that the code you provided on this article is working great!</p>
<p>Thanks for your awesome work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-17426</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Thu, 07 Apr 2011 17:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-17426</guid>
		<description>Hi Abhik, I&#039;m not planning on releasing a plugin of this. However, plugins are &lt;a href=&quot;http://codex.wordpress.org/Writing_a_Plugin&quot;&gt;incredibly easy to create&lt;/a&gt;.

I think the danger posed by weak passwords depends on the role assigned to the user. If an Author has their WP login hacked, it&#039;s less of a problem than if an Editor is hacked.</description>
		<content:encoded><![CDATA[<p>Hi Abhik, I&#8217;m not planning on releasing a plugin of this. However, plugins are <a href="http://codex.wordpress.org/Writing_a_Plugin">incredibly easy to create</a>.</p>
<p>I think the danger posed by weak passwords depends on the role assigned to the user. If an Author has their WP login hacked, it&#8217;s less of a problem than if an Editor is hacked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhik Sarkar</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-17425</link>
		<dc:creator>Abhik Sarkar</dc:creator>
		<pubDate>Thu, 07 Apr 2011 17:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-17425</guid>
		<description>Hi Steve,

I was wondering if you were planning on creating a plugin for this (as I understand nothing of complicated codes) :(

Also, while the password I create for my admin login on my various blogs is usually a strong one...what happens if I have a membership site using wordpress? What happens if a subscriber creates a weak password on their (user level access)...does my members weak password threaten the security of my blog from an admin point of view?

Thanks,

Abhik</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>I was wondering if you were planning on creating a plugin for this (as I understand nothing of complicated codes) :(</p>
<p>Also, while the password I create for my admin login on my various blogs is usually a strong one&#8230;what happens if I have a membership site using wordpress? What happens if a subscriber creates a weak password on their (user level access)&#8230;does my members weak password threaten the security of my blog from an admin point of view?</p>
<p>Thanks,</p>
<p>Abhik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-12780</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Tue, 18 Jan 2011 23:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-12780</guid>
		<description>Hi Mak, my guess is you&#039;re putting the code into &lt;code&gt;/wp-includes/functions.php&lt;/code&gt; (a core file which should never be altered) instead of into &lt;code&gt;/wp-content/themes/[your custom theme which is activated]/functions.php&lt;/code&gt;. If you&#039;ve got the code in the right file, I&#039;m not sure I can help I&#039;m afraid. Maybe contact zaantar (previous comment to you) for his plugin?</description>
		<content:encoded><![CDATA[<p>Hi Mak, my guess is you&#8217;re putting the code into <code>/wp-includes/functions.php</code> (a core file which should never be altered) instead of into <code>/wp-content/themes/[your custom theme which is activated]/functions.php</code>. If you&#8217;ve got the code in the right file, I&#8217;m not sure I can help I&#8217;m afraid. Maybe contact zaantar (previous comment to you) for his plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mak</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-12745</link>
		<dc:creator>Mak</dc:creator>
		<pubDate>Tue, 18 Jan 2011 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-12745</guid>
		<description>i have implement in website but it does not work can u tell why it happen?
i have put it in function.php and then create a user with weak password but it allow me to create new user.</description>
		<content:encoded><![CDATA[<p>i have implement in website but it does not work can u tell why it happen?<br />
i have put it in function.php and then create a user with weak password but it allow me to create new user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zaantar</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-11988</link>
		<dc:creator>zaantar</dc:creator>
		<pubDate>Thu, 30 Dec 2010 09:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-11988</guid>
		<description>thank you, steve taylor :-)
i just did create the plugin for my multisite, its quite trivial :-) but have no time... i&#039;ll upload it on wordpress.org only on request</description>
		<content:encoded><![CDATA[<p>thank you, steve taylor :-)<br />
i just did create the plugin for my multisite, its quite trivial :-) but have no time&#8230; i&#8217;ll upload it on wordpress.org only on request</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-7915</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Wed, 28 Jul 2010 19:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-7915</guid>
		<description>Thanks Gervásio, glad it&#039;s of use!</description>
		<content:encoded><![CDATA[<p>Thanks Gervásio, glad it&#8217;s of use!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gervásio</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-7913</link>
		<dc:creator>Gervásio</dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-7913</guid>
		<description>I&#039;ve implemented this in a website I&#039;m putting on. It&#039;s working great so far. Big thanks!

It&#039;s odd nobody has created a plugin with this functionality yet :(</description>
		<content:encoded><![CDATA[<p>I&#8217;ve implemented this in a website I&#8217;m putting on. It&#8217;s working great so far. Big thanks!</p>
<p>It&#8217;s odd nobody has created a plugin with this functionality yet :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Taylor</title>
		<link>http://sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/#comment-6255</link>
		<dc:creator>Steve Taylor</dc:creator>
		<pubDate>Wed, 28 Apr 2010 09:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://sltaylor.co.uk/?p=338#comment-6255</guid>
		<description>As mentioned in the first para, it goes into the functions.php file of a theme. Check the docs on this if you&#039;re not sure.</description>
		<content:encoded><![CDATA[<p>As mentioned in the first para, it goes into the functions.php file of a theme. Check the docs on this if you&#8217;re not sure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  sltaylor.co.uk/blog/enforce-strong-wordpress-passwords/feed/ ) in 0.24770 seconds, on May 17th, 2012 at 1:47 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 17th, 2012 at 2:47 pm UTC -->
