<% -%> <%= start_form_tag :controller => 'user', :action => 'login' %> <%= form_input :text_field, "Login ID", "login", :size => 30 %> <%= form_input :password_field, "Password", "password", :size => 30 %>

<%= submit_tag 'Login' %>

<%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %>

Unfortunately, HyperChad is currently being tested and new accounts for full votes (i.e., non-QuickVotes) can not be automatically created. If you are interested in using HyperChad to run an organizational election, contact Benjamin Mako Hill.

<%= end_form_tag %>