2014-03-29 02:02:23 +01:00
|
|
|
<section class="forgotten-box js-forgotten-box fade-in">
|
2014-06-23 19:47:51 -05:00
|
|
|
<form id="forgotten" class="forgotten-form" method="post" novalidate="novalidate">
|
2014-03-09 23:44:08 -04:00
|
|
|
<div class="email-wrap">
|
2014-08-03 00:27:42 -07:00
|
|
|
{{gh-trim-focus-input value=email class="email" type="email" placeholder="Email Address" name="email"
|
|
|
|
autofocus="autofocus" autocapitalize="off" autocorrect="off"}}
|
2014-03-09 23:44:08 -04:00
|
|
|
</div>
|
2014-08-06 14:34:08 +03:00
|
|
|
<button class="btn btn-blue" type="submit" {{action "submit"}} {{bind-attr disabled=submitting}}>Send new password</button>
|
2014-03-09 23:44:08 -04:00
|
|
|
</form>
|
2014-03-26 00:34:30 +01:00
|
|
|
</section>
|