Forgot your password?

<%= form_for(@user, url: passwords_path, html: { class: "form-horizontal needs-validation", novalidate: :novalidate }) do |f| %>
<%= f.email_field :email, placeholder: "Email", class: "form-control", required: :required %>
<%= f.submit "Send me reset password instructions", class: "btn btn-primary" %> <% end %>