Account verification: Only 1 account per person

后端 未结 13 973
礼貌的吻别
礼貌的吻别 2021-02-02 17:00

In my community, every user should only have one account.

So I need a solution to verify that the specific account is the only one the user owns

13条回答
  •  青春惊慌失措
    2021-02-02 17:33

    Do your game dynamics allow for you to require that both users be online for a trade to occur? If so, you can verify the IP addresses of both users involved in a trade, which would be the same unless the user was paying for multiple internet connections and accessing two accounts from separate machines.

提交回复
热议问题