Possible Duplicate:
Prevent users from starting multiple accounts?
Imagine you develop a free to play multiplayer game. It is free to create an account. Now, having multiple accounts would give the user an unfair advantage to other players because they can develop multiple characters and transfer in game valueable items to their so called "main character".
My question is, what methods do you know to prevent people from having multiple accounts?
I currently have the following ideas, but having just these will not suffice:
- Require unique e-mail address for each account with activation (not helpful with these trash mail services)
- Disallow multiple clients at a time on a machine (people can reverse engineer the client to pass this check, or simply use multiple machines or virtual operating systems)
Maybe it is an idea to use somekind of service like OpenID? I have no experience with this, it just came up in my head as a slight possibility. I do not know how difficult it would be to create multiple OpenIDs either.
I'd love to hear more suggestions from the SO community.
