<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://jelix.org/ns/forms/1.1">
    <!--
    @package      jcommunity
    @subpackage
    @author       Laurent Jouanneau <laurent@jelix.org>
    @contributor
    @copyright    2018 Laurent Jouanneau
    @link         http://jelix.org
    @licence      http://www.gnu.org/licenses/gpl.html GNU General Public Licence, see LICENCE file
    -->

    <secret ref="pchg_current_password" required="true" maxlength="120">
        <label locale="jcommunity~password.form.change.current.password.label"/>
    </secret>

    <secret ref="pchg_password"  required="true" minlength="8" maxlength="120">
        <label locale="jcommunity~password.form.change.password.label"/>
        <help locale="jcommunity~account.form.password.help"/>
        <confirm locale="jcommunity~account.form.password.confirm" />
    </secret>

    <submit ref="pchg_submit">
        <label locale="jcommunity~password.form.change.submit"/>
    </submit>

</form>