Has anyone come across the need to automatically delete all Ubercart-created users?
Here's the scenario:
When an anonymous user proceeds through anonymous checkout, Ubercart creates a Drupal user based on the email address provided by the anonymous user. The next time they visit the store, they must use the login credentials generated by Ubercart, or they will be stuck in a space-time vortex of doom and never be able to make their order (if the "User creation" process is sufficiently obfuscated like a current client is asking me to do).
I think a suitable solution is to disable email notification of account, allow the user to be created, then cron delete the Ubercart-created users. I would like to hear some feedback on the best way to accomplish this without deleting real, system users and without deleting a user while the user is on the website still (like, maybe "delete users older than x-minutes...").
Thanks!

.
