Sha256: 4581122a690e13a10b55e850bfb10811514ade37df518c53258f47b716b9b7ff
Contents?: true
Size: 897 Bytes
Versions: 2
Compression:
Stored size: 897 Bytes
Contents
<%= render :partial => 'email_header.html' %> <p>Hello <%=@credential_name%>,</p> <p>Recently, someone (hopefully you) requested that your password be reset on <%=h @company_name%>'s website. If indeed this request came from you, <%=link_to 'click here', @reset_password_url_for %> to finish resetting your password.</p> <p>If for some reason the link above did not work, copy and paste the following address into your web browser to proceed:</p> <tt><%=url_for @reset_password_url_for %></tt> <p>If this request was not initiated by you, then perhaps someone is up to no good, with your account on this system. Please forward this email to <a href="mailto:<%=@site_admin_email%>"><%=@site_admin_email%></a> with any additional information you may have.</p> <p>Feel free to contact us at any time for further help on resetting your password.</p> <%= render :partial => 'email_footer.html' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brisk-bills-0.8.2 | app/views/notifier/reset_password_requested.html.erb |
brisk-bills-0.8.1 | app/views/notifier/reset_password_requested.html.erb |