<% title _('Forgot password?') %> <% if flash[:error] %>

<%= flash[:error] %>

<% end %>

<%= _('No problem: You can enter a new password here.') -%>

<%= _("Just enter your email address. Then you'll receive an email with the detailed instructions.") %>

<% form_tag(:action => 'reset_password') do %>


<%= text_field 'login', 'email' %>

<%= submit_tag _("Reset your password") %> | <%= link_to _("Back"), :action => 'login' %> <% end %>