Reset your password

<%%= form_tag(password_reset_path, method: "post") do %>
<%%= label_tag "email", "Email<% if username? %> or username<% end %>" %> <%%= text_field_tag "email" %>
<%%= submit_tag "Reset" %> <%% end %>