25 lines
692 B
Plaintext
25 lines
692 B
Plaintext
<% provide(:title, "Reset password") %>
|
|
|
|
<div class="landing-overlay">
|
|
|
|
<!-- ftue header -->
|
|
<div class="content-head">
|
|
<h1>reset your password</h1>
|
|
</div>
|
|
|
|
<!-- inner wrapper -->
|
|
<div class="ftue-inner">
|
|
|
|
<span class="please-check">Please check your email at <b><%= params[:jam_ruby_user][:email] %></b> and click the link in the email to set a new password.</span>
|
|
|
|
<br clear="all" />
|
|
<br/>
|
|
|
|
<span class="wrong-email-notice">If no email arrives at <b><%= params[:jam_ruby_user][:email] %></b>, you may not be entering the email address that you used when signing up with the service.</span>
|
|
|
|
<br clear="all" />
|
|
|
|
</div>
|
|
</div>
|
|
|