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

Form to ask a password reset

-->
   <input ref="pass_login" required="true">
      <label locale="jcommunity~account.form.login"/>
   </input>

   <input ref="pass_email" required="true" type="email">
       <label locale="jcommunity~account.form.email"/>
   </input>

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