Forgot your password?
<%= form_for :user, Routes.user_reset_password_path(@conn, :create), fn f -> %>
<%= text_input f, :username, required: true, placeholder: "Username" %>
<%= submit "Send instructions to reset password" %>
<% end %>
<%= link "Register", to: Routes.user_registration_path(@conn, :new) %> |
<%= link "Log in", to: Routes.user_session_path(@conn, :new) %>