Skip to content

Commit

Permalink
Rapid -- improvements to forgotten password sent page
Browse files Browse the repository at this point in the history
  • Loading branch information
tslocke committed Jun 12, 2008
1 parent 124d2d2 commit 2b8a2d4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions hobo/taglibs/rapid_user_pages.dryml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,16 @@

<content-header: param>
<h2 param>Forgotten Password - Sent</h2>
<p>Please check your email and follow the instructions given. Don't forget to check your spam folder.</p>
</content-header>
</content-header:>

<content-body: param>
<p param="message">If the e-mail address you entered, <%= h params[:email_address] %>,
is in our records, you will
receive an e-mail from us with instructions for resetting your
password. If you don't receive this e-mail, please check your
junk mail folder.</p>
<p><a href="#{base_url}/">Back to <app-name/></a></p>
</content-body:>
</simple-page>
</def>

Expand Down

0 comments on commit 2b8a2d4

Please sign in to comment.