Updated the system to Rails 1.2.
[selectricity-live] / vendor / plugins / login_engine / app / views / user / change_password.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user/change_password.rhtml b/vendor/plugins/login_engine/app/views/user/change_password.rhtml
deleted file mode 100755 (executable)
index 3b5abe4..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<div title="<%= title_helper %>" class="form">
-  <h3>Change Password</h3>
-
-  <%= error_messages_for 'user' %>
-
-  <div class="form-padding">
-    <p>Enter your new password in the fields below and click 'Change Password' to have a new password sent to your email inbox.</p>
-
-    <%= start_form_tag :action => 'change_password' %>
-      <%= render_partial 'password', :user => @user, :submit => false %>
-      <div class="button-bar">
-        <%= submit_tag 'Change password' %>
-        <%= link_to 'Cancel', :action => 'home' %>
-      </div>
-    <%= end_form_tag %>
-  </div>
-</div>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?