create lost password email

This commit is contained in:
Manuel Raynaud
2014-02-11 16:13:30 +01:00
parent 5983e4447f
commit 3244e88585
5 changed files with 97 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<h1 id="main-label" class="page-header">{intl l="Password Forgotten"}</h1>
{form name="thelia.front.customer.lostpassword"}
<form id="form-forgotpassword" action="{url path="/password"}" method="post">
{form_hidden_fields form=$form}
<p>{intl l="Please enter your email address below."} {intl l="You will receive a link to reset your password."}</p>
{form_field form=$form field="email"}
<div class="form-group group-email {if $error}has-error{elseif !$error && $value != ""}has-success{/if}">