Variety of small changes (mostly to properties) plus a few "in the
[selectricity] / vendor / plugins / login_engine / app / views / user / _password.rhtml
1 <div class="user_password">
2   <table>
3     <%= form_input :password_field, "Password", "password", :size => 30 %>
4     <%= form_input :password_field, "Password Confirmation", "password_confirmation", :size => 30 %>
5     <% if submit %>
6       <%= form_input :submit_button, 'Change password' %>
7     <% end %>
8   </table>
9 </div>                                                                          

Benjamin Mako Hill || Want to submit a patch?