Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/components/com_users/models/forms/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/components/com_users/models/forms/reset_request.xml

<?xml version="1.0" encoding="utf-8"?>
<form>
	<fieldset name="default" label="COM_USERS_RESET_REQUEST_LABEL">
		<field name="email" type="text"
			class="validate-username"
			description="COM_USERS_FIELD_PASSWORD_RESET_DESC"
			filter="email"			label="COM_USERS_FIELD_PASSWORD_RESET_LABEL"
			required="true"
			size="30"
		/>

		<field
			name="captcha"
			type="captcha"
			label="COM_USERS_CAPTCHA_LABEL"
			description="COM_USERS_CAPTCHA_DESC"
			validate="captcha"
		/>
	</fieldset>
</form>