Overrode a number of the new account defaults and added some of my own
[selectricity] / app / views / site / _basic_login.rhtml
1 <% -%>
2   <%= start_form_tag :controller => 'user', :action => 'login'  %>
3     <table>
4       <%= form_input :text_field, "Login ID", "login", :size => 30 %>
5       <%= form_input :password_field, "Password", "password", :size => 30 %>
6     </table>
7
8     <div class="button-bar">
9       <%= submit_tag 'Login' %>
10       <%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %> |
11       <%= link_to 'Forgot my password', :controller => 'user', :action => 'forgot_password' %>      </div>
12   <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?