Reset Password

If you've forgotten your password, enter your e-mail address or username below and instructions will be e-mailed to you.

<%= form_tag reset_password_url do %> <%= label_tag :email, "E-mail or Username:" %> <%= text_field_tag :email, "", :size => 30 %>

<%= submit_tag "Reset Password" %>

<% end %>