Login
<%= form_tag login_url do %>

<%= label_tag :email, "E-mail or Username:" %> <%= text_field_tag :email, "", :size => 30, :autofocus => "autofocus" %>
<%= label_tag :password, "Password:" %> <%= password_field_tag :password, "", :size => 30 %>

<%= submit_tag "Login" %>

Forgot your password? <%= link_to "Reset your password", forgot_password_url %>.

Not a user yet? Signup is by invitation only to combat spam and increase accountability. If you know a current user of the site, ask them for an invitation or request one publicly.

<% end %>