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-07-07 20:14:23 +03:00
|
|
|
{{#gh-form-group errors=errors property="newPassword"}}
|
|
|
|
{{input value=newPassword class="gh-input password" type="password" placeholder="Password" name="newpassword" autofocus="autofocus" focusOut=(action "validate" "newPassword")}}
|
|
|
|
<div class="pw-strength">
|
|
|
|
<div class="pw-strength-dot"></div>
|
|
|
|
<div class="pw-strength-dot"></div>
|
|
|
|
<div class="pw-strength-dot"></div>
|
|
|
|
<div class="pw-strength-dot"></div>
|
|
|
|
<div class="pw-strength-dot <!--pw-strength-activedot-->"></div>
|
|
|
|
</div>
|
|
|
|
{{gh-error-message errors=errors property="newPassword"}}
|
|
|
|
{{/gh-form-group}}
|
|
|
|
{{#gh-form-group errors=errors property="ne2Password"}}
|
|
|
|
{{input value=ne2Password class="gh-input password" type="password" placeholder="Confirm Password" name="ne2password" focusOut=(action "validate" "ne2Password")}}
|
|
|
|
{{gh-error-message errors=errors property="ne2Password"}}
|
|
|
|
{{/gh-form-group}}
|
2015-08-10 18:43:49 +03:00
|
|
|
{{gh-spin-button class="btn btn-blue btn-block" type="submit" submitting=submitting buttonText="Reset Password" autoWidth=false}}
|
2015-07-08 01:14:55 +03:00
|
|
|
</form>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</div>
|