Sha256: dc0bba81b56a4e4e6609349a0ddb551729c76ae8b6cc6e53a4290f090bcfdeaf

Contents?: true

Size: 661 Bytes

Versions: 8

Compression:

Stored size: 661 Bytes

Contents

<!DOCTYPE html>
<html>
  <body>
    <h3>Dear <%= @email %>,</h3>
    
    <p>
      You are receiving this e-mail because someone (hopefully you) requested a
      password reset for your
      <%= link_to @host, root_url(:host => @host, :protocol => @protocol) %>
      account.
    </p>
    
    <p>
      Please go
      <%= link_to 'here', token_session_url(@token, :host => @host,
                                            :protocol => @protocol) %>
      to reset your password.
    </p>
    
    <p>
      If you haven't requested a password reset, please ignore this e-mail.
      Someone most likely mistyped their e-mail.
    </p>
  </body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
authpwn_rails-0.12.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.11.1 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.11.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.10.12 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.10.11 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.10.10 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.10.9 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.10.8 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb