]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/lost_password.rhtml
First half of a password reset function
[rails.git] / app / views / user / lost_password.rhtml
diff --git a/app/views/user/lost_password.rhtml b/app/views/user/lost_password.rhtml
new file mode 100644 (file)
index 0000000..ab60cd8
--- /dev/null
@@ -0,0 +1,8 @@
+<h1>Forgotten Password?</h1><br>
+
+<%= start_form_tag :action => 'lost_password' %>
+<table>
+  <tr><td>email address:</td><td><%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %></td></tr>
+</table>
+<br>
+<input type="submit" value="Send me a new password">