<% page_title "Confirm password" %> <%= render "secondary_links" %>

Confirm password

You must re-enter your password to continue.

<%= simple_form_for(:session, url: session_path) do |f| %> <%= f.input :url, as: :hidden, input_html: { value: params[:url] } %> <%= f.input :name, as: :hidden, input_html: { value: CurrentUser.user.name } %> <%= f.input :password, hint: link_to("Forgot password?", password_reset_path), input_html: { autocomplete: "password" } %> <%= f.submit "Continue" %> <% end %>