Well, I don't know the origin of this problem, but after 6000 registrations, the blog_id and user id of newly registering people have became different. Is it normal it's possible this happens ? I felt this was the common key between the two entities blog and user. I used this common key for custom plugins, and now I have users doing something which impacts another user (the one with the previous ID).
What to do ? Should I leave things and correct my plugins so they use another key to link blogs and users (if yes, what key ?).
Or should I try to modify either user or blog IDs to match again. In this case, which one should i correct (add 1 to all falty user ids or take 1 from all falty blog ids) ?
This has only happenned once, but it's really starting to screw things up a bit.