X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/657351a625ff99ca5f5aa5f32a6f070eb8e40ba8..c65b1e11059c5cf510b54c785d4a246215058f70:/app/views/site/_basic_login.rhtml diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml index f9bbd4a..f02d362 100644 --- a/app/views/site/_basic_login.rhtml +++ b/app/views/site/_basic_login.rhtml @@ -1,12 +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 an account', :controller => 'user', :action => 'signup' %> | - <%= link_to 'Forgot my password', :controller => 'user', :action => 'forgot_password' %>
- <%= end_form_tag %> +

<%= submit_tag 'Login' %>

+<% 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.

+ + +