Sha256: 97d59e8b18643c6a01c076fa4bd133ebf5ba07ec5a6564768a9912e750cfb036

Contents?: true

Size: 677 Bytes

Versions: 8

Compression:

Stored size: 677 Bytes

Contents

<!DOCTYPE html>
<html>
  <body>
    <h3>Dear <%= @token.email %>,</h3>
    
    <p>
      You are receiving this e-mail because someone (hopefully you) registered
      an account at
      <%= link_to @host, root_url(:host => @host, :protocol => @protocol) %>
      using your e-mail address.
    </p>
    
    <p>
      Please go
      <%= link_to 'here', token_session_url(@token, :host => @host,
                                            :protocol => @protocol) %>
      to confirm your e-mail address.
    </p>
    
    <p>
      If you haven't registered an account, 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/email_verification_email.html.erb
authpwn_rails-0.11.1 lib/authpwn_rails/generators/templates/session_mailer/email_verification_email.html.erb
authpwn_rails-0.11.0 lib/authpwn_rails/generators/templates/session_mailer/email_verification_email.html.erb
authpwn_rails-0.10.12 lib/authpwn_rails/generators/templates/session_mailer/email_verification_email.html.erb
authpwn_rails-0.10.11 lib/authpwn_rails/generators/templates/session_mailer/email_verification_email.html.erb
authpwn_rails-0.10.10 lib/authpwn_rails/generators/templates/session_mailer/email_verification_email.html.erb
authpwn_rails-0.10.9 lib/authpwn_rails/generators/templates/session_mailer/email_verification_email.html.erb
authpwn_rails-0.10.8 lib/authpwn_rails/generators/templates/session_mailer/email_verification_email.html.erb