Current File : /home/pacjaorg/public_html/km/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>