]> git.agnieray.net Git - galette.git/blob - galette/templates/default/lostpasswd.tpl
ccb455fb3d0dbd3194b03f28f856d99c836ddf73
[galette.git] / galette / templates / default / lostpasswd.tpl
1 {extends file="public_page.tpl"}
2 {block name="content"}
3 <form action="{path_for name="retrieve-pass"}" method="post" enctype="multipart/form-data">
4 <section>
5 <p>
6 <label for="login" class="">{_T string="Username or email:"}</label>
7 <input type="text" name="login" id="login" maxlength="50" />
8 </p>
9 <input type="submit" name="lostpasswd" value="{_T string="Recover password"}" />
10 <input type="hidden" name="valid" value="1"/>
11 </section>
12 </form>
13 {/block}