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