<?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: Forcing Firefox to obey autocomplete=&quot;off&quot; for password fields</title>
	<atom:link href="http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/</link>
	<description>Custom Software</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:13:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: orion</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-4477</link>
		<dc:creator>orion</dc:creator>
		<pubDate>Tue, 15 Nov 2011 17:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-4477</guid>
		<description>thanks steven, your trick is neat.</description>
		<content:encoded><![CDATA[<p>thanks steven, your trick is neat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eon</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-881</link>
		<dc:creator>eon</dc:creator>
		<pubDate>Mon, 20 Sep 2010 15:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-881</guid>
		<description>Again to Mikey Benny: 
Who am I to tell you you can&#039;t save your password? I&#039;m somebody programming for an application that BY DESIGN will be running on SHARED computers, such as in an internet cafe, a school computer lab, etc etc (though these two are the most common). 

So sometimes it really is important to prevent saving of passwords. No reason to be calling us nannies.

Steven Kuck:
This is the best solution in our situation. Thank you very much. Seems Firefox (others too, probably) will only try to auto-fill the FIRST password input, so that&#039;s an excellent non-javascript/jquery, valid HTML solution.</description>
		<content:encoded><![CDATA[<p>Again to Mikey Benny:<br />
Who am I to tell you you can&#8217;t save your password? I&#8217;m somebody programming for an application that BY DESIGN will be running on SHARED computers, such as in an internet cafe, a school computer lab, etc etc (though these two are the most common). </p>
<p>So sometimes it really is important to prevent saving of passwords. No reason to be calling us nannies.</p>
<p>Steven Kuck:<br />
This is the best solution in our situation. Thank you very much. Seems Firefox (others too, probably) will only try to auto-fill the FIRST password input, so that&#8217;s an excellent non-javascript/jquery, valid HTML solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-353</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-353</guid>
		<description>Here is a Mootools version:

(function(){$$(&#039;input[type=password]&#039;).set(&#039;value&#039;,&#039;&#039;);}).delay(100);

Now, I&#039;m not sure if adding a domready or load event is necessary, so use your best judgment. I just happened to come across this site looking for something else.</description>
		<content:encoded><![CDATA[<p>Here is a Mootools version:</p>
<p>(function(){$$(&#8216;input[type=password]&#8216;).set(&#8216;value&#8217;,&#8221;);}).delay(100);</p>
<p>Now, I&#8217;m not sure if adding a domready or load event is necessary, so use your best judgment. I just happened to come across this site looking for something else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-352</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 04 Mar 2010 20:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-352</guid>
		<description>&lt;blockquote cite=&quot;#comment-content-115924&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-115924&quot; rel=&quot;nofollow&quot;&gt;Mikey Benny&lt;/a&gt; :&lt;/strong&gt;
    Who are you to tell me I can’t save *my* password on *my own* computer?
This is a little bit of control-freakishness and nanny-complex if you ask me.
  &lt;/blockquote&gt;

haha.  yea, these freaking nanny computer programmers are trying to control everything!  stick it to the man!

seriously though, this post wasn&#039;t geared towards end-users and it isn&#039;t really meant for wiping your login form.  for example a &quot;change password&quot; form - you clearly don&#039;t want the browser to auto-fill the fields.</description>
		<content:encoded><![CDATA[<blockquote cite="#comment-content-115924"><p>
<strong><a href="#comment-115924" rel="nofollow">Mikey Benny</a> :</strong><br />
    Who are you to tell me I can’t save *my* password on *my own* computer?<br />
This is a little bit of control-freakishness and nanny-complex if you ask me.
  </p></blockquote>
<p>haha.  yea, these freaking nanny computer programmers are trying to control everything!  stick it to the man!</p>
<p>seriously though, this post wasn&#8217;t geared towards end-users and it isn&#8217;t really meant for wiping your login form.  for example a &#8220;change password&#8221; form &#8211; you clearly don&#8217;t want the browser to auto-fill the fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikey Benny</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-351</link>
		<dc:creator>Mikey Benny</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-351</guid>
		<description>Who are you to tell me I can&#039;t save *my* password on *my own* computer?

This is a little bit of control-freakishness and nanny-complex if you ask me.</description>
		<content:encoded><![CDATA[<p>Who are you to tell me I can&#8217;t save *my* password on *my own* computer?</p>
<p>This is a little bit of control-freakishness and nanny-complex if you ask me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-350</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 20 Jan 2010 02:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-350</guid>
		<description>&lt;a href=&quot;#comment-110922&quot; rel=&quot;nofollow&quot;&gt;@Steven Kuck&lt;/a&gt;

Awesome! Just what I was looking for to solve several password troll headaches on our site.</description>
		<content:encoded><![CDATA[<p><a href="#comment-110922" rel="nofollow">@Steven Kuck</a></p>
<p>Awesome! Just what I was looking for to solve several password troll headaches on our site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritchie</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-349</link>
		<dc:creator>Ritchie</dc:creator>
		<pubDate>Thu, 14 Jan 2010 06:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-349</guid>
		<description>&lt;a href=&quot;#comment-110922&quot; rel=&quot;nofollow&quot;&gt;@Steven Kuck&lt;/a&gt;

Thats a neat little trick. How does it work?</description>
		<content:encoded><![CDATA[<p><a href="#comment-110922" rel="nofollow">@Steven Kuck</a></p>
<p>Thats a neat little trick. How does it work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shad</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-348</link>
		<dc:creator>Shad</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-348</guid>
		<description>Fantastic, thank you for that simple solution.</description>
		<content:encoded><![CDATA[<p>Fantastic, thank you for that simple solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Embree</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-347</link>
		<dc:creator>Stephen Embree</dc:creator>
		<pubDate>Mon, 23 Nov 2009 14:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-347</guid>
		<description>Thanks Steven, your trick seems to work!</description>
		<content:encoded><![CDATA[<p>Thanks Steven, your trick seems to work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Kuck</title>
		<link>http://verysimple.com/2007/03/07/forcing-firefox-to-obey-autocompleteoff-for-password-fields/#comment-346</link>
		<dc:creator>Steven Kuck</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.verysimple.com/blog/?p=84#comment-346</guid>
		<description>This trick works with the latest (at time of post) FF, IE, Chrome, Safari, and Opera. It’s ugly, but it works: add a non-displayed password input that you ignore. It has to be the first “password” field in the form.
&lt;input style=&quot;display:none&quot; type=&quot;password&quot; name=&quot;foilautofill&quot;/&gt;

It shows up if the user disables page styles, but it does leave the other password fields unaltered by autofill.</description>
		<content:encoded><![CDATA[<p>This trick works with the latest (at time of post) FF, IE, Chrome, Safari, and Opera. It’s ugly, but it works: add a non-displayed password input that you ignore. It has to be the first “password” field in the form.<br />
&lt;input style=&#8221;display:none&#8221; type=&#8221;password&#8221; name=&#8221;foilautofill&#8221;/&gt;</p>
<p>It shows up if the user disables page styles, but it does leave the other password fields unaltered by autofill.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

