Updated the system to Rails 1.2.
[selectricity] / vendor / plugins / login_engine / app / views / user / forgot_password.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user/forgot_password.rhtml b/vendor/plugins/login_engine/app/views/user/forgot_password.rhtml
deleted file mode 100755 (executable)
index 66c7ce9..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<div title="<%= title_helper %>" class="form">
-  <h3>Forgotten Password</h3>
-
-  <%= error_messages_for 'user' %>
-
-  <div class="form-padding">
-    <p>Enter your email address in the field below and click 'Reset Password' to have instructions on how to retrieve your forgotten password emailed to you.</p>
-
-    <%= start_form_tag_helper %>
-      <label>Email Address:</label> <%= text_field("user", "email", "size" => 30) %>
-
-      <div class="button-bar">
-        <%= submit_tag 'Reset Password' %>
-        <%= link_to 'Cancel', :action => 'login' %>
-      </div>
-    <%= end_form_tag %>
-  </div>
-</div>

Benjamin Mako Hill || Want to submit a patch?