In one of my site collection a particular user (at least I’m aware) is getting deleted. This happened 3rd times in almost 8 months. Last time when it happened I kind of blamed the site collection administrators that they may have removed the user from the site collection and suggested auditing be turned on. We at the end decided against the auditing to avoid extra load on the server.
Now that particular user is gone again from the site collection - hence lost membership from all sites and groups. When I’m querying the UserInfo table I see two instances of that user (one with tp_title resolved to the display name and the other one shows as his email address): below are my observations –
1. Tp_isactive is false (0) for both records
2. One (tp_title resolved to display name) with Tp_Deleted field value 60 – other account (2nd record) has this value empty
3. 2nd record (tp_title email address) for this user has the Tp_ExternalTokenLastUpdated field populated with todays date and time whereas this column is null for the other record (which has 60 on tp_Deleted column)
What I understand since tp_inactive field is set to 0 – user lost permissions. Any suggestions what may be happening here (I know this time no one deleted this user)?
This is a forms authenticated MOSS 2007 site with August 2010 CU applied.
Appreciate any feedback!
BlueSky2010