regenrating new users creates n/a nodes
greg@chapterthr... - October 14, 2009 - 20:06
| Project: | Devel |
| Version: | 6.x-1.9 |
| Component: | devel_generate |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Using devel to create users (and deleting the old list of users) doesn't delete data generated by that user which creates a bunch of "n/a" nodes. Using user_delete (http://api.drupal.org/api/function/user_delete/6) would fix this issue.

#1
User create/delete is nasty in D6 version. D7 user create is nicer but delete still needs help because of cancel api ... Patches welcome.