% content_for :title, "Reset password" %> <% content_for :before_content do %> <%= govuk_back_link(href: :back) %> <% end %> <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
Enter the email address you used to create your account.
We’ll email you a link to reset your password. This link will expire in 24 hours.
<%= f.govuk_email_field :email, label: { text: "Email address" }, autocomplete: "email", spellcheck: "false" %> <%= f.govuk_submit "Send email" %>