<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="./contrib/xsl/modx.prosilver.en.xsl"?>
<!-- 
	NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.
-->
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
	<header>
		<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
		<title lang="en">Prime Firefox 3 Password Management Fix</title>
	<description lang="en">Once you have Firefox 3 save your username and password after registering or logging in, it will then attempt to pre-fill those username and password form fields whenver you visit. The problem is, when it can't find those form fields, it tries to guess. And when it guesses wrong, you can end up submitting a form that incorrectly contains your username and password. This MOD helps to fix this issue for the known wrong guesses on phpBB3 forms.</description>
	    <author-notes lang="en">Note that if you already submitted one these forms with the username/password incorrectly added by Firefox AND happened to tell Firefox to save the password for that form, then this fix won't work for it, and you will need to manually removed the saved username/password from Firefox's password manager.</author-notes>
		<author-group>
			<author>
				<realname>Ken F. Innes IV</realname>
				<email>primehalo@gmail.com</email>
				<username>primehalo</username>
				<homepage><![CDATA[http://www.absoluteanime.com/admin/mods.htm]]></homepage>
			</author>
		</author-group>
		<mod-version>1.0.0</mod-version>
		<installation>
			<level>easy</level>
			<time>120</time>
			<target-version>3.0.6</target-version>
		</installation>
		<history>
			<entry>
				<date>2008-08-08</date>
				<rev-version>1.0.0</rev-version>
				<changelog lang="en">
					<change>Initial release.</change>
				</changelog>
			</entry>
		</history>
		<link-group>
			<link type="template" href="contrib/template subsilver2.xml" lang="en">subsilver2</link>
		</link-group>
	</header>
	<action-group>
		<copy>
 			<file from="root/adm/style/autocomplete_off.js" to="adm/style/autocomplete_off.js" />
 			<file from="root/styles/prosilver/template/autocomplete_off.js" to="styles/prosilver/template/autocomplete_off.js" />
		</copy>
		<open src="adm/style/overall_footer.html">
			<edit>
				<find><![CDATA[	<div id="page-footer">]]></find>
				<action type="before-add"><![CDATA[	<script type="text/javascript" src="style/autocomplete_off.js"></script>]]></action>
			</edit>
		</open>

		<open src="styles/prosilver/template/ucp_profile_reg_details.html">
			<edit>
				<find><![CDATA[<!-- INCLUDE ucp_footer.html -->]]></find>
				<action type="before-add"><![CDATA[<script type="text/javascript" src="{T_TEMPLATE_PATH}/autocomplete_off.js"></script>]]></action>
			</edit>
		</open>
	</action-group>
</mod>