Password Reminder

Enter the email at which you were supposed to receive your password, and we'll send you a new password over email for every election that you are currently registered.

<% form_tag :action => 'reminder' do %>

Email <%= text_field_tag :email %>

<%= submit_tag "Submit" %> <% end -%>