Forgot your password?

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

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