<%=t("devise.shared.links.forgot_your_password")%>

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= devise_error_messages! %>
<%= f.label :username %>
<%= f.email_field :username, autofocus: true, :class => "form-control" %>
<%= f.submit t("devise.confirmations.new.resend_confirmation_instructions"), :class => "btn btn-warning" %> <%= render "devise/shared/links" %>
<% end %>