Forgot your password?

<%= form_for :user, Routes.user_reset_password_path(@conn, :create), fn f -> %>
<%= label f, :email, class: "label" %>
<%= text_input f, :email, required: true, class: "input" %>
<%= submit "Send instructions to reset password", class: "button is-primary" %>
<% end %>

<%= link "Login", to: Routes.user_session_path(@conn, :new) %>