Sign In

<%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>

Sign in

<%= f.label :email %> <%= f.email_field :email, :autofocus => true %>
<%= f.label :password %> <%= f.password_field :password %>
<% if devise_mapping.rememberable? -%>
<%= f.check_box :remember_me %> <%= f.label :remember_me %>
<% end -%>
<%= f.submit "Sign in" %>

<%- if devise_mapping.recoverable? && controller_name != 'passwords' %> <%= link_to "Forgot your password?", new_password_path(resource_name) %>
<% end -%>
Don't have an account? Request an Invite
<% end %>