E-Mail

<%= label :email, 'Address', class: 'font-bold' %>

disabled="disabled" />

Password

Use the following button to request an email with a password reset link:

<%= form_with(url: reset_password_settings_path, method: :post) do %>

<%= submit_tag("Send me a password reset link", class: 'btn-md btn-gray w-full sm:w-auto') %>

<% end %>