<?xml version="1.0" encoding="utf-8"?>
<config type="module" version="1.5.0">
	<name>Password confirm</name>
	<fields count="3">
		<field1>
			<label>Password</label>
			<maxlength>40</maxlength>
			<type>password</type>
			<format>varchar(40)</format>
			<width>80</width>
		</field1>
		<field2>
			<label>Repeat</label>
			<maxlength>40</maxlength>
			<type>password</type>
			<format>none</format>
			<width>80</width>
		</field2>
		<field3>
			<label>Login field ID</label>
			<maxlength>3</maxlength>
			<size>3</size>
			<format>none</format>
			<cat>parameter</cat>
		</field3>
	</fields>
	<help>Password field with verification.</help>
</config>