<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The eflow blog &#187; security</title>
	<atom:link href="http://blog.eflow.org/archives/tag/security/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.eflow.org</link>
	<description>Insert some amazingly witty tagline here</description>
	<lastBuildDate>Fri, 09 Dec 2011 18:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Enable Autofill in Firefox When Autocomplete is Off</title>
		<link>http://blog.eflow.org/archives/81</link>
		<comments>http://blog.eflow.org/archives/81#comments</comments>
		<pubDate>Wed, 01 Oct 2008 03:01:54 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[openmrs]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.eflow.org/?p=81</guid>
		<description><![CDATA[For security reasons, the latest OpenMRS now has the autocomplete=&#8221;off&#8221; html attribute on its login page.  This will prevent the users from seeing a dropdown of previously logged in users. Unfortunately, this will cost developers precious seconds when writing and testing code. I found this &#8220;Autocomplete On&#8221; greasemonkey script to re-enable autocomplete on all forms.  [...]]]></description>
			<content:encoded><![CDATA[<p>For security reasons, the latest OpenMRS now has the autocomplete=&#8221;off&#8221; html attribute on its login page.  This will prevent the users from seeing a dropdown of previously logged in users.</p>
<p>Unfortunately, this will cost developers precious seconds when writing and testing code.</p>
<p>I found this &#8220;<a href="http://userscripts.org/scripts/show/7347">Autocomplete On</a>&#8221; <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey</a> script to re-enable autocomplete on <em>all</em> forms.  However, I want Firefox to fill in the admin/test username and password on the form for me, and even with this script it wasn&#8217;t doing that.</p>
<p>Luckily I was able to easily craft a new greasemonkey script based on that example. This script inserts &#8220;admin&#8221; and &#8220;test&#8221; into all login pages on any OpenMRS site.  Click here to download and install my script: <a href="http://blog.eflow.org/wp-content/uploads/2008/09/openmrs-login.user.js">openmrs-login.js</a> (after installing the <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey</a> plugin).</p>
 <img src="http://blog.eflow.org/wp-content/plugins/feed-statistics.php?view=1&post_id=81" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.eflow.org/archives/81/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

