X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/657351a625ff99ca5f5aa5f32a6f070eb8e40ba8..166ed711409f6200467a3aa879fb165f59fc8cec:/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 %>
<%= 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.
+ + +