<%= t('.forgot_your_password', default: 'Forgot your password?') %>

<%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= f.error_notification class: 'alert alert-danger' %>
<%= f.input :email, autofocus: true, required: true %>
<%= f.button :submit, t('.send_me_reset_password_instructions', default: 'Send me reset password instructions'), class: 'btn btn-primary' %>
<% end %> <%= render 'devise/shared/links' %>