<% form_tag({:action => "signchange"}, {:id => "signchange_form"}) do %>
<%= foi_error_messages_for :signchange %>
Change your password
<%= text_field 'signchange', 'email', { :size => 20 } %>
Note:
We will send you an email. Follow the instructions in it to change
your password.
<%= hidden_field_tag 'submitted_signchange_send_confirm', 1 %>
<%= hidden_field_tag 'pretoken', params[:pretoken] %>
<%= submit_tag "Submit" %>
<% end %>