2015-07-20 00:09:47 -07:00
|
|
|
<% include header %>
|
|
|
|
|
|
|
|
|
|
<!-- tester -->
|
|
|
|
|
|
2017-08-15 11:11:09 +02:00
|
|
|
<div class="layout-content">
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2017-08-15 11:11:09 +02:00
|
|
|
<center>
|
|
|
|
|
<h2>Password reset successful</h2>
|
|
|
|
|
</center>
|
2016-10-13 16:26:29 -07:00
|
|
|
|
2017-08-15 11:11:09 +02:00
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
2015-07-20 00:09:47 -07:00
|
|
|
<div class="row">
|
2017-08-15 11:11:09 +02:00
|
|
|
<div class="col-md-6 col-md-offset-3 text-center">
|
|
|
|
|
<p>An email was sent to you with a link to set a new password.</p>
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
If you have not received any email, simply <a href="/api/v1/session/password/resetRequest.html">try again</a>.
|
|
|
|
|
</div>
|
2015-07-20 00:09:47 -07:00
|
|
|
</div>
|
2017-08-15 11:11:09 +02:00
|
|
|
</div>
|
2015-07-20 00:09:47 -07:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<% include footer %>
|