Hey!
My site relies heavily on the user table even when the users are no longer active, because we run reports on archived data.
So, quick question, does Drupal ever delete old or inactive users once you hit a certain number? We've got 7,000 new users each year, and I don't want to lose the data if cron decides to clean-up. I can archive the user table and change how I reference it, but if the table is never cleaned up, I'm not sure I see a reason to.
I've casually browsed through cron and the user module, and I don't see anything, but I just wanted to make sure that I didn't suddenly lose everything :-)
-Chris

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.