You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
|
|
|
|
|
|
|
|
|
|
<div class="alert alert-info">
|
|
|
|
[[reset_password:enter_email]]
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="well">
|
|
|
|
<div class="alert alert-success hide" id="success">
|
|
|
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
|
|
|
[[reset_password:password_reset_sent]]
|
|
|
|
</div>
|
|
|
|
<div class="alert alert-danger hide" id="error">
|
|
|
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
|
|
|
[[reset_password:invalid_email]]
|
|
|
|
</div>
|
|
|
|
<form onsubmit="return false;">
|
|
|
|
<input type="text" class="form-control input-block input-lg" placeholder="[[reset_password:enter_email_address]]" id="email" />
|
|
|
|
|
|
|
|
<br />
|
|
|
|
<button class="btn btn-primary btn-block btn-lg" id="reset" type="submit">[[reset_password:reset_password]]</button>
|
|
|
|
</form>
|
|
|
|
</div>
|