hi folks, wow I am incredibly sorry about this. last week we were having login issues and we had to rewrite the entire system that handles logins and sessions to get the bugs out. We overlooked one thing that lead to this mistake. Basically it was checking weather a large random string of characters was unique. The odds were so low for what is called a collision that it was overlooked, but indeed a collision occurred in this case. The chances of it happening were about 1 in 10e^26. That's 10 with 26 zeros. Anyway, forensics showed it was the only incidence and we've added a uniqueness check that will prevent this from happening again. I was actually suspicious when we had a bug free release of the new system! Thankfully moopydog was honest and didn't do anything wrong, and the user that was compromised didn't seem to mind much.