Sha256: 8eb63519fc36bc08f53568f49e921e0eeb046ff283861c90b5f90da0d315b966

Contents?: true

Size: 899 Bytes

Versions: 59

Compression:

Stored size: 899 Bytes

Contents

<h2>Sign up</h2>

<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
  <%= devise_error_messages! %>
  <% if !session[:client].nil? %>
    <%= "client in session" %>
  <% end %>
  <div class="field">
    <%= f.label :email %><br />
    <%= f.email_field :email, autofocus: true %>
  </div>

  <div class="field">
    <%= f.label :password %>
    <% if @minimum_password_length %>
    <em>(<%= @minimum_password_length %> characters minimum)</em>
    <% end %><br />
    <%= f.password_field :password, autocomplete: "off" %>
  </div>

  <div class="field">
    <%= f.label :password_confirmation %><br />
    <%= f.password_field :password_confirmation, autocomplete: "off" %>
  </div>

  
  <div class="actions">
    <%= f.submit "Sign up" %>
  </div>
<% end %>

<%= link_to "test", omniauth_failure_path_for(resource) %>
<%= render "devise/shared/links" %>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.9 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.8 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.7 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.6 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.5 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.4 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.3 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.2 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.1 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.5.0 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.9 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.8 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.7 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.6 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.5 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.4 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.3 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.2 app/views/auth/registrations/new.html.erb
wordjelly-auth-1.4.0 app/views/auth/registrations/new.html.erb