Forgot Password

<% form_tag url_for(:action => "create") do %> What is the email address used to create your account?
<%= text_field_tag :email, "", :size => 50 %>
<%= submit_tag "Reset Password" %> <% end %>