2016-07-26 14:49:47 +02:00
|
|
|
<form {{action 'forgot' on="submit"}}>
|
|
|
|
{{#if sayThanks}}
|
|
|
|
<div class="reset-thanks margin-bottom-30">Thanks. Check your email for instructions.</div>
|
|
|
|
{{else}}
|
|
|
|
<div class="input-control">
|
|
|
|
<label>Email</label>
|
2016-07-28 15:17:14 +02:00
|
|
|
{{focus-input type="email" value=email id="email" class=(if hasEmptyEmailError 'error')}}
|
2016-07-26 14:49:47 +02:00
|
|
|
</div>
|
|
|
|
<div class="clearfix" />
|
|
|
|
<div class="margin-top-10 margin-bottom-20">
|
|
|
|
<button type="submit" class="regular-button button-blue">Reset</button>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
{{#link-to 'auth.login'}}Sign In{{/link-to}}
|
|
|
|
</form>
|