Updated the system to Rails 1.2.
[selectricity-live] / vendor / plugins / login_engine / app / views / user / _password.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user/_password.rhtml b/vendor/plugins/login_engine/app/views/user/_password.rhtml
deleted file mode 100755 (executable)
index 27139f3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="user_password">
-  <table>
-    <%= form_input :password_field, "Password", "password", :size => 30 %>
-    <%= form_input :password_field, "Password Confirmation", "password_confirmation", :size => 30 %>
-    <% if submit %>
-      <%= form_input :submit_button, 'Change password' %>
-    <% end %>
-  </table>
-</div>                                                                          
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?