Account verification: Only 1 account per person

后端 未结 13 772
礼貌的吻别
礼貌的吻别 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:29

    It's impossible to accomplish this with a program.

    The closest you can do is to check the ip address. But it can change, and proxies exist.

    Then you could get the computer MAC address, but a network card can be changed. And a computer too.

    Then, there is one way to do this, but you need to see the people face to face. Hand them a piece of paper with a unique code. They can only subscribe if they have the code.

提交回复
热议问题