joomla_test/components/com_users/models/forms/reset_complete.xml

27 lines
726 B
XML
Raw Normal View History

2020-01-02 22:20:31 +07:00
<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset name="default" label="COM_USERS_RESET_COMPLETE_LABEL">
<field name="password1" type="password"
autocomplete="off"
class="validate-password"
description="COM_USERS_FIELD_RESET_PASSWORD1_DESC"
field="password2"
filter="raw"
label="COM_USERS_FIELD_RESET_PASSWORD1_LABEL"
message="COM_USERS_FIELD_RESET_PASSWORD1_MESSAGE"
required="true"
size="30"
validate="equals"
/>
<field name="password2" type="password"
autocomplete="off"
class="validate-password"
description="COM_USERS_FIELD_RESET_PASSWORD2_DESC"
filter="raw"
label="COM_USERS_FIELD_RESET_PASSWORD2_LABEL"
required="true"
size="30"
/>
</fieldset>
</form>