Reset password

<%= form_with url: password_resets_path, method: :post do |f| %>

<%= f.label :email %> <%= f.text_field :email, inputmode: 'email', autocomplete: 'email' %>

<%= f.submit %>

<% end %>