Guest User

Untitled

a guest
Apr 7th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Reset Password</title>
  4. </head>
  5. <body>
  6. <table align="center" border="0" cellpadding="0" cellspacing="0" width="600">
  7. <tr valign="top">
  8. <td width="100%">
  9. <span>Password Reset Successful<br/>
  10. <br/></span>
  11. <p>Dear <%= @user.login.camelcase %>,</p>
  12. <p>You have successfully reset your password. Please save your new credentials:</p>
  13. <ul>
  14. <li>Username: <i><%= @user.login %></i></li>
  15. <li>Password: <i><%= @user.password %></i></li>
  16. </ul>
  17. <p>Sincerely,</p>
  18. <br/>
  19. <span>The Little Rascals</span>
  20. </td>
  21. </tr>
  22. </table>
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment