As the title says - the advuser.module allows for filtering of users and deletion of multiple users at a time. When users are deleted this way the usernode nodes are not deleted.
As the title says - the advuser.module allows for filtering of users and deletion of multiple users at a time. When users are deleted this way the usernode nodes are not deleted.
Comments
Comment #1
fagothe advuser module should invoke hook_user() when it deletes an user.
Comment #2
mcurry commentedI consider this a feature request - and it's a critical one.
Comment #3
mcurry commentedIt appears that is similar to http://drupal.org/node/73770.
Is there a recommended/"best practice" method of handling user deletion? Seems like this is error-prone if each module doing deletion needs to implement similar code.
Also, I see that all current versions of advuser.module commited to CVS invoke the hook_user hook on deletion. (see code below). This should result in a call to usernode's hook_user hook.
So, what else is the module supposed to do on deletion? What's missing?
Comment #4
mcurry commentedI'm marking this fixed, since no one has responded. All versions in CVS have the proper code to invoke hook_user() with the 'delete' op. Please correct me if you've tried the latest version of this module, and it still doesn't work.
Comment #5
(not verified) commented