TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a way to ensure one-person-one-account at all?

2 点作者 aabbcc12418 个月前
Without relying on any document issues from government, without excluding disabled person, and without requiring the admin to personally know each users.<p>Using credit card doesn&#x27;t tell if two accounts are created by distinct person. And it exluced person without credit card.<p>There are some (incomplete) approach to check if the user is a person or a bot, but not if the users are distinct person as of my knowledge.

6 条评论

solardev8 个月前
The way I&#x27;ve seen this done is usually to outsource it to some third party like <a href="https:&#x2F;&#x2F;network.id.me&#x2F;platform&#x2F;identity-verification&#x2F;" rel="nofollow">https:&#x2F;&#x2F;network.id.me&#x2F;platform&#x2F;identity-verification&#x2F;</a> that does the verification by proxy, handles all the compliance and privacy stuff, and then tells the website operator &quot;this user is verified as a _______&quot;.<p>I don&#x27;t <i>think</i> your documents get shared with the website directly, just your verification status, but I&#x27;m not 100% sure about that.<p>And I think the verification process mixes and matches ID checks, employment records, credit records, text messages, etc., kinda like how a bank asks you &quot;Which of these streets, if any, did you ever live on?&quot;. There are different questions for different kinds of verifications.
评论 #41778607 未加载
LinuxBender8 个月前
Not AFAIK and with websites that make <i>AI</i> easier and easier it will be exceedingly more difficult to enforce such things. I think the site and it&#x27;s services or products would have to be designed to incentivize one-person to one-account meaning that having more accounts would be a loss of benefits and just adding friction, effort and wasted time. Or conversely staying on one account and making more purchases and more customer reviews from that account means more discounts and benefits, maybe even some type of <i>automated</i> voting influence over what products and&#x2F;or services get discounts that week meaning the site favors the real accounts that use the site the most.
RGamma8 个月前
You&#x27;d require a secure biological hash like the stuff worldcoin is doing (iris biometrics). Otherwise I don&#x27;t see how this doesn&#x27;t end in a detection-circumvention arms race.
评论 #41778811 未加载
verdverm8 个月前
If you can tie login to a person&#x27;s phone (passkey, google authenticator, text message, etc) than you can raise the bar. Most abuse is by a very small number of people who will not make it difficult to detect (like cycling through accounts during batch processing, many accounts from the same ip). Logs will be your friend and you really only care about the worst offenders, the rest won&#x27;t be worth the time, effort, false positives
评论 #41778496 未加载
JohnFen8 个月前
I don&#x27;t know in the absolute, but I&#x27;ve never seen a way to do this and can&#x27;t think of a mechanism that would work.
评论 #41780166 未加载
cowsup8 个月前
Nope. Almost everybody has more than one device (laptop, phone, and maybe a tablet) with more than one IP (both home wifi and phone data). Everyone has multiple email addresses.<p>You could get by with requiring a unique phone number, but that still risks excluding users, and can get expensive if you intend on catering to an international audience. Even in that case, some people may have a landline and a cell phone, or they may use a friend&#x2F;spouse&#x2F;relative’s phone to circumvent your limits.
评论 #41777668 未加载