<?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: Why Can&#8217;t Firefox Remember del.icio.us Passwords?</title>
	<atom:link href="http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/</link>
	<description>Ranting and Raving</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:01:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Forcing Firefox to remember passwords for del.icio.us (and other sites that turn off autocomplete) &#124; The Greatest Linux Blog on the Internets.</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/comment-page-1/#comment-461224</link>
		<dc:creator>Forcing Firefox to remember passwords for del.icio.us (and other sites that turn off autocomplete) &#124; The Greatest Linux Blog on the Internets.</dc:creator>
		<pubDate>Tue, 29 Jul 2008 05:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/#comment-461224</guid>
		<description>[...] when I get online. Luckly, Elliotte Rusty Harold had noticed this mis-feature too, and has found a solution to get del.icio.us to accept the passwords remembered by Firefox. Be sure to read the comments to his post, since his helpful readers have provided several [...]</description>
		<content:encoded><![CDATA[<p>[...] when I get online. Luckly, Elliotte Rusty Harold had noticed this mis-feature too, and has found a solution to get del.icio.us to accept the passwords remembered by Firefox. Be sure to read the comments to his post, since his helpful readers have provided several [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliotte Rusty Harold</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/comment-page-1/#comment-127808</link>
		<dc:creator>Elliotte Rusty Harold</dc:creator>
		<pubDate>Wed, 12 Sep 2007 12:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/#comment-127808</guid>
		<description>It seems you&#039;re right. Not sure how I missed that. Thanks!

autocomplete=&quot;off&quot; is really obnoxious (and insecure). Only the client knows whether it can safely store the password on a given machine. In my case, if I can autocomplete passwords, then I use a very hard to guess, randomly generated password that&#039;s unique for the site. If I can&#039;t autocomplete, I have to use something more memorable, less unique, and less secure.</description>
		<content:encoded><![CDATA[<p>It seems you&#8217;re right. Not sure how I missed that. Thanks!</p>
<p>autocomplete=&#8221;off&#8221; is really obnoxious (and insecure). Only the client knows whether it can safely store the password on a given machine. In my case, if I can autocomplete passwords, then I use a very hard to guess, randomly generated password that&#8217;s unique for the site. If I can&#8217;t autocomplete, I have to use something more memorable, less unique, and less secure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carey</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/comment-page-1/#comment-127488</link>
		<dc:creator>Carey</dc:creator>
		<pubDate>Tue, 11 Sep 2007 21:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/#comment-127488</guid>
		<description>I think the culprit in both cases is the &lt;a href=&quot;http://developer.mozilla.org/en/docs/How_to_Turn_Off_Form_Autocompletion#How_to_Turn_Off_the_Autocompletion_Feature&quot; rel=&quot;nofollow&quot;&gt;autocomplete&lt;/a&gt; attribute. There are a number of &lt;a href=&quot;http://userscripts.org/scripts/search?q=autocomplete&quot; rel=&quot;nofollow&quot;&gt;Greasemonkey scripts&lt;/a&gt; to remove it from various sites.</description>
		<content:encoded><![CDATA[<p>I think the culprit in both cases is the <a href="http://developer.mozilla.org/en/docs/How_to_Turn_Off_Form_Autocompletion#How_to_Turn_Off_the_Autocompletion_Feature" rel="nofollow">autocomplete</a> attribute. There are a number of <a href="http://userscripts.org/scripts/search?q=autocomplete" rel="nofollow">Greasemonkey scripts</a> to remove it from various sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: douglips</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/comment-page-1/#comment-127473</link>
		<dc:creator>douglips</dc:creator>
		<pubDate>Tue, 11 Sep 2007 20:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/09/11/why-cant-firefox-remember-delicious-passwords/#comment-127473</guid>
		<description>There is an attribute for the form called &quot;autocomplete&quot;, and if a website sets this to &quot;off&quot; then a browser will not attempt to remember the password.

There is a firefox extension and bookmarklet designed to &quot;fix&quot; this.

&lt;a href=&quot;http://roachfiend.com/archives/2005/03/03/always-remember-password/&quot; rel=&quot;nofollow&quot;&gt;firefox extension&lt;/a&gt;
&lt;a href=&quot;http://www.squarefree.com/bookmarklets/forms.html#remember_password&quot; rel=&quot;nofollow&quot;&gt;bookmarklet&lt;/a&gt;

There are however other ways to prevent your browser from remembering the password, such as having a fake password field or some kind of javascript form submission, so this might not always work for paranoid sites.</description>
		<content:encoded><![CDATA[<p>There is an attribute for the form called &#8220;autocomplete&#8221;, and if a website sets this to &#8220;off&#8221; then a browser will not attempt to remember the password.</p>
<p>There is a firefox extension and bookmarklet designed to &#8220;fix&#8221; this.</p>
<p><a href="http://roachfiend.com/archives/2005/03/03/always-remember-password/" rel="nofollow">firefox extension</a><br />
<a href="http://www.squarefree.com/bookmarklets/forms.html#remember_password" rel="nofollow">bookmarklet</a></p>
<p>There are however other ways to prevent your browser from remembering the password, such as having a fake password field or some kind of javascript form submission, so this might not always work for paranoid sites.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

