Files
cloudron-box/src/oauth2views/password_reset_sent.ejs
T

26 lines
542 B
Plaintext
Raw Normal View History

<% include header %>
<!-- tester -->
2017-08-15 11:11:09 +02:00
<div class="layout-content">
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">
<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>
</div>
2017-08-15 11:11:09 +02:00
</div>
</div>
<% include footer %>