Closed (duplicate)
Project:
Usernode
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2007 at 00:57 UTC
Updated:
4 Feb 2007 at 09:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikemet commentedOn further investigation. If user creates new account but does not ever log in and user is deleted, usernode is not deleted.
Comment #2
mikemet commentedSee 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
Comment #3
mikemet commentedForgot the attachment.
Comment #4
jpetso commentedIt 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.