I have user nodes that were not deleted when the user has been deleted. Admin cannot delete spurious usernodes.

CommentFileSizeAuthor
#3 usernode.jpg24.44 KBmikemet

Comments

mikemet’s picture

On further investigation. If user creates new account but does not ever log in and user is deleted, usernode is not deleted.

mikemet’s picture

See attached screen. Test was created using create new account option from main drupal page. Test1 was created by admin. The self-created usernode is not being linked to the user. I now have several orphan usernodes. How can I delete and how can I correct the self-created orphan usernode problem? Thanks

mikemet’s picture

StatusFileSize
new24.44 KB

Forgot the attachment.

jpetso’s picture

Status: Active » Closed (duplicate)

It looks like you downloaded a version of the module that did not yet include the (preliminary) fix for this issue. Please try again with the most recent 5.x-dev version or get a current CVS checkout of the module.

In order to remove those entries, you have to delete them directly in your database, for example with phpMyAdmin. Just delete the appropriate data rows in the {node} and {node_revision} tables.

As this bug is well-known and already fixed, this is a duplicate.