Added the RoR Login-Engine and activated it on the site.
[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
new file mode 100644 (file)
index 0000000..27139f3
--- /dev/null
@@ -0,0 +1,9 @@
+<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?