%= foi_error_messages_for :user %> <% form_tag({:action => "signin"}, {:id => "accountForm"}) do %>
<%= text_field 'user', 'email', { :size => 20 } %>
<%= password_field 'user', 'password', { :size => 15 } %>
Don't have a password? Just enter one to register a new account.
<%= submit_tag "Sign in" %>
<% end %>