b0y-101 Mini Shell


Current Path : E:/www/risk/components/com_users/forms/
File Upload :
Current File : E:/www/risk/components/com_users/forms/reset_complete.xml

<?xml version="1.0" encoding="utf-8"?>
<form>
	<fieldset name="default" label="COM_USERS_RESET_COMPLETE_LABEL">
		<field
			name="password1"
			type="password"
			label="COM_USERS_FIELD_RESET_PASSWORD1_LABEL"
			required="true"
			autocomplete="new-password"
			class="validate-password"
			field="password2"
			size="30"
			validate="password"
			strengthmeter="true"
			rules="true"
			force="on"
			filter="raw"
		/>
		<field
			name="password2"
			type="password"
			label="COM_USERS_FIELD_RESET_PASSWORD2_LABEL"
			autocomplete="new-password"
			class="validate-password"
			field="password1"
			filter="raw"
			message="COM_USERS_FIELD_RESET_PASSWORD1_MESSAGE"
			size="30"
			validate="equals"
			required="true"
		/>
	</fieldset>
</form>

Copyright © 2019 by b0y-101