Change Your Password <%= f.input :password, label: "New password", input_html: { autocomplete: "off" } %> <%= f.input :password_confirmation, label: "Repeat your new password", input_html: { autocomplete: "off" } %>
Authorize Your Changes

Enter your current password to confirm your changes

<%= f.input :current_password, required: true %>