X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/4efa3e9bc47cc649205a399fde51ed7e61bef7f8..c65b1e11059c5cf510b54c785d4a246215058f70:/app/views/site/_basic_login.rhtml diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml index cddd8f6..f02d362 100644 --- a/app/views/site/_basic_login.rhtml +++ b/app/views/site/_basic_login.rhtml @@ -1,13 +1,26 @@ <% -%> - <%= start_form_tag :controller => 'user', :action => 'login' %> + <% form_tag :controller => 'account', :action => 'login' do %> - <%= form_input :text_field, "Login ID", "login", :size => 30 %> - <%= form_input :password_field, "Password", "password", :size => 30 %> + + <%= text_field "Login", "login", :size => 30 %>
+ + <%= password_field "Password", "password", :size => 30 %>

<%= submit_tag 'Login' %>

-

<%= link_to 'Register for a new account?', :controller => 'user', :action => 'signup' %>

-

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

+<% end %> +

<%= link_to 'Register for an account', :controller => +'account', :action => 'signup' %>

+ +

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

+ +

Unfortunately, Selectricity 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 + Selectricity to + run an organizational election, contact Benjamin Mako Hill.

+
- <%= end_form_tag %> +