Is it safe to delete rows in cscart_users?

Is it safe to delete rows in cscart_users or is it better to just set status to D?
The database I’m working with has 1000s of users and it’s clear that many were created in the past by some kind of bot.

1 Like

I do not recommend direct changes in the database. You can do the following

  • set status to D
  • go to the Customers → Customers page
  • add &status=D&items_per_page=999 to the URL
  • use checkbox at the top to select all users
  • use the Delete selected item in the Actions popup