Yeah, that's what I meant. Also yeah, I've been using vB for a number of years now, and I've never ran into an issue with data corruption like that. In fact, most operations on users are done via IDs (as they should), so even if a user rename breaks it's not that big of a deal. I think the extra operations done by vB when changing a username mostly involve rebuilding cached usernames - for example, every row in the posts table also contains the username of the user alongside the user ID. Not sure if this is for caching purposes, or for dealing with deleted users (no userID row matching the post in the user table -> revert to username stored in the post table).