client_management/app/views/c_panel_sessions/instructions.html.erb

17 lines
554 B
Plaintext

<section class="cp-content">
<h2 class="cp-page-title">
Password Reset Instructions
</h2>
<% if @user_found %>
<div class="alert alert-info" role="alert">Email has been sent to your email account. Please follow the instructions.</div>
<% else %>
<div class="alert alert-warning" role="alert">Sorry, there is no user registered with this email id.</div>
<% end %>
<div class="cp-forgot-box text-center">
<p>
<a href="/cpanel/login" class="btn btn-primary">
Login Here
</a>
</p>
</div>
</section>