Blame view
client/templates/public/reset-password.html
938 Bytes
d1f4dbea8
|
1 |
<template name="resetPassword"> |
39a8af161
|
2 3 |
<div class="row"> <div class="col-xs-12 col-sm-6 col-md-4"> |
0ccda7775
|
4 5 6 |
<h4 class="page-header">Reset Password</h4> <form id="reset-password" class="reset-password"> <p class="alert alert-info">To reset your password, enter a new one below. You will be logged in with your new password.</p> |
39a8af161
|
7 8 9 |
<div class="form-group"> <label for="newPassword">New Password</label> <input type="password" name="newPassword" class="form-control" placeholder="New Password"> |
0ccda7775
|
10 |
</div> |
39a8af161
|
11 12 13 |
<div class="form-group"> <label for="password">Repeat New Password</label> <input type="password" name="repeatNewPassword" class="form-control" placeholder="Password"> |
0ccda7775
|
14 |
</div> |
39a8af161
|
15 16 |
<div class="form-group"> <input type="submit" class="btn btn-success" value="Reset Password & Login"> |
0ccda7775
|
17 |
</div> |
39a8af161
|
18 |
</form> |
0ccda7775
|
19 20 |
</div> </div> |
d1f4dbea8
|
21 |
</template> |