Sign in

Note: The password for the DATABASE has been changed to be in keeping with the new password standards. This notice will be removed at some point in the future.

<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
<%= f.label :email %>
<%= f.email_field :email, autofocus: true %>
<%= f.label :password %>
<%= f.password_field :password, autocomplete: "off" %>
<%= f.submit "Sign in" %>
<% end %>