Sha256: ee4caf37869a6d0acd1d7257145f11ed06987adb25550840ef7081f147b0f04e

Contents?: true

Size: 637 Bytes

Versions: 13

Compression:

Stored size: 637 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

13 entries across 13 versions & 1 rubygems

Version Path
authpwn_rails-0.23.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.22.1 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.22.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.21.1 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.21.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.20.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.19.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.18.2 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.18.1 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.18.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.17.2 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.17.1 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb
authpwn_rails-0.17.0 lib/authpwn_rails/generators/templates/session_mailer/reset_password_email.html.erb