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