Forgot Password

<% if Goldberg.settings.self_reg_send_confirmation_email -%>

If you've forgot your password, please fill in your userid and email address below and we'll send you an email with further instructions.

Note: This email address must be the one you used when you registered for the site.

<% form_tag :action => 'forgot_password_submit' do %>
Userid<%= text_field 'user', 'name' %>
Email address <%= text_field 'user', 'email' %>
<%= submit_tag 'Submit' %> <% end -%> <% else -%>

Please contact the System Administrator for assistance.

<% end -%>