<?xml version="1.0" encoding="utf-8"?>
<config type="module" version="1.5.0">
	<name>Password confirm</name>
	<fields count="2">
		<field1>
			<name>password</name>
			<label>Password</label>
			<maxlength>12</maxlength>
			<type>password</type>
			<format>varchar(40)</format>
			<width>80</width>
		</field1>
		<field2>
			<name>password2</name>
			<label>Repeat</label>
			<maxlength>12</maxlength>
			<type>password</type>
			<format>none</format>
			<width>80</width>
		</field2>
	</fields>
</config>