X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fc0a6a8d7ea15bcdb27ebdd58721401c7045c6e0..59f7f3f18cc10105106d3aadfef76f33493a69f7:/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 17184b2..12a63dd --- a/app/views/site/_basic_login.rhtml +++ b/app/views/site/_basic_login.rhtml @@ -1,21 +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_tag 'login' %>

+

+

<%= password_field_tag '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.

+

<%= submit_tag 'Log in' %>

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