Sha256: 36aa92df0d05514e9f820c790b49bc018487e0e16df07fbc63934a47104f556d

Contents?: true

Size: 804 Bytes

Versions: 13

Compression:

Stored size: 804 Bytes

Contents

<% if @status == 'email_validation_email_sent' %>

  <% content_for :meta_title, 'Email Confirmation' %>
  <% content_for :meta_description, "An email was just sent. Please check your inbox." %>
  <h1>A Validation Email is Coming</h1>
  <p>We've just sent an email to <strong><%= @user.email %></strong>. Please check your inbox or spam folder.</p>

<% elsif @status == 'password_confirmation_email_sent' %>

  <% content_for :meta_title, 'Password creation Email Confirmation' %>
  <% content_for :meta_description, "An email was just sent. Please check your inbox." %>
  <h1>A Password Creation Security Email is Coming</h1>
  <p>For your security we need to check that you truly are the owner of this account. Please check your <strong><%= @user.email %></strong> inbox or spam folder.</p>

<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tkh_authentication-0.9.17.2 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.17.1 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.17 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.16 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.15 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.14 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.13 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.12 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.11 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.10 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.9 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.8 app/views/reception/parse_email.html.erb
tkh_authentication-0.9.7 app/views/reception/parse_email.html.erb