N
N
norlin2016-06-24 09:37:12
Algorithms
norlin, 2016-06-24 09:37:12

Is it possible to limit the number of accounts per person with free registration?

Given:
a hypothetical service in which anyone can register.
Requirements:
Ideally, in some way automatically limit to one account per person.
Not necessarily strict, just enough to match statistically (so that you can't specifically create yourself over 9000 accounts).
Preferably without the use of government/commercial identifiers (passports, phone numbers, etc.).
Is it possible, at least theoretically? (Well, or vice versa - "at least in practice?") I
will formulate it differently: anonymous registration is needed, but at the same time with a limit on the number of accounts per person.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Entelis, 2016-06-24
@DmitriyEntelis

Depends on the task.
If you need to close yourself from completely stupid bots, you can add captcha to registration. (does not save from smart bots)
If something is more cunning, it is necessary to indicate and check an identifier during registration, the mass receipt of which is difficult, for example, a phone number.
It must be understood that this still does not give a 100% guarantee, for those who really need to find 5-10 phone numbers available.
Only offline passport validation gives a 100% guarantee.

U
Urvin, 2016-06-24
@Urvin

+
— регистрировать через аккауты соцсетей;
— предложить верифицировать аккаунт банковской картой через оплату и возврат $1;
— проверять слепок браузера и машины: valve.github.io/fingerprintjs2/;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question