X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/25bfcc0f6b5344acb4039457f8492df7fbada7fc..68d36148578a124acbf34f5da6893b0a62663699:/app/views/site/_basic_login.rhtml diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml old mode 100755 new mode 100644 index d3043db..9c689fc --- a/app/views/site/_basic_login.rhtml +++ b/app/views/site/_basic_login.rhtml @@ -1,22 +1,13 @@ -<% -%> - <%= start_form_tag :controller => 'user', :action => 'login' %> - - <%= form_input :text_field, "Login ID", "login", :size => 30 %> - <%= form_input :password_field, "Password", "password", :size => 30 %> -
+<% form_tag :controller => 'account', :action => 'login' do %> -
-

<%= submit_tag 'Login' %>

- -

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

+

+

<%= text_field "Login", "login", :size => 30 %>

+

+

<%= password_field "Password", "password", :size => 30 %>

-

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.

+

<%= submit_tag 'Login' %>

+<% end %> -
- <%= end_form_tag %> +

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

+ +

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