Reset password

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

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

<%= f.submit %>

<% end %>