Account verification: Only 1 account per person

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

    I think 1 account per email address should be good enough for your needs. After all, account verification doesn't have to end right after signup.

    You can publish the IP address of the computer each message was posted from to help your users detect when someone is using multiple accounts from the same computer, and you can use a ranking system to discourage people from using temporary accounts.

提交回复
热议问题