jam-cloud/web/app/views/users/reset_password_complete.erb

19 lines
512 B
Plaintext

<% provide(:title, "Reset password") %>
<% provide(:description, 'You have reset your password successfully') %>
<div class="landing-overlay">
<!-- ftue header -->
<div class="content-head">
<h1>reset your password</h1>
</div>
<!-- inner wrapper -->
<div class="ftue-inner">
Password successfully changed for <%= params[:email] %>
<br clear="all" />
<br />
Please return to the <a href="/">home page</a> and log in with your new password.
</div>
</div>