2018-12-08 20:54:19 +00:00
|
|
|
<form {{action "forgot" on="submit"}}>
|
2016-07-26 14:49:47 +02:00
|
|
|
{{#if sayThanks}}
|
|
|
|
<div class="reset-thanks margin-bottom-30">Thanks. Check your email for instructions.</div>
|
|
|
|
{{else}}
|
2017-11-27 19:07:36 +00:00
|
|
|
<div class="form-group">
|
|
|
|
<label for="email">Email</label>
|
2018-12-08 20:54:19 +00:00
|
|
|
{{focus-input type="email" value=email id="email" class=(if hasEmptyEmailError "form-control is-invalid" "form-control")}}
|
2016-07-26 14:49:47 +02:00
|
|
|
</div>
|
2018-12-13 13:34:26 +00:00
|
|
|
{{ui/ui-button color=constants.Color.Yellow light=true label=constants.Label.Reset onClick=(action "forgot")}}
|
2016-07-26 14:49:47 +02:00
|
|
|
{{/if}}
|
2018-12-13 13:34:26 +00:00
|
|
|
{{ui/ui-spacer size=400}}
|
|
|
|
{{#link-to "auth.login"}}Click here to sign in{{/link-to}}
|
2016-07-26 14:49:47 +02:00
|
|
|
</form>
|