2015-07-08 01:14:55 +03:00
|
|
|
<div class="gh-flow">
|
|
|
|
<div class="gh-flow-content-wrap">
|
|
|
|
<section class="gh-flow-content fade-in">
|
|
|
|
<form id="reset" class="gh-signin" method="post" novalidate="novalidate" {{action "submit" on="submit"}}>
|
2015-08-27 23:28:41 +03:00
|
|
|
{{#gh-form-group errors=errors hasValidated=hasValidated property="newPassword"}}
|
2016-06-18 14:44:23 +03:00
|
|
|
{{gh-input newPassword type="password" name="newpassword" placeholder="Password" class="password" autocorrect="off" autofocus="autofocus" update=(action (mut newPassword))}}
|
2015-07-07 20:14:23 +03:00
|
|
|
{{/gh-form-group}}
|
2015-08-27 23:28:41 +03:00
|
|
|
{{#gh-form-group errors=errors hasValidated=hasValidated property="ne2Password"}}
|
2016-06-18 14:44:23 +03:00
|
|
|
{{gh-input ne2Password type="password" name="ne2password" placeholder="Confirm Password" class="password" autocorrect="off" autofocus="autofocus" update=(action (mut ne2Password))}}
|
2015-07-07 20:14:23 +03:00
|
|
|
{{/gh-form-group}}
|
2015-08-25 14:32:29 +03:00
|
|
|
|
2015-08-25 23:15:59 +03:00
|
|
|
{{#gh-spin-button class="btn btn-blue btn-block" type="submit" submitting=submitting autoWidth="false"}}Reset Password{{/gh-spin-button}}
|
2015-07-08 01:14:55 +03:00
|
|
|
</form>
|
2015-08-25 14:32:29 +03:00
|
|
|
|
|
|
|
<p class="main-error">{{{flowErrors}}}</p>
|
2015-07-08 01:14:55 +03:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|