#rnash-identity

1 messages ยท Page 1 of 1 (latest)

unkempt copper
#

are you referring to connected accounts, or account on your system and you want a way to evaluate your users?

vale flame
#

account on my system

#

in the verification results that I can access, is there a user identifier or something similar that I can store in my database and then use to see if someone tries to create a different account?

unkempt copper
#

For example, if you did an ID check you could get the ID number (using expansion to include it, as noted there). Otherwise you'd need to match heuristically based on name, DOB etc

#

What are you trying to do, exactly?

vale flame
#

we have an auction site and people are just not paying and then we lock their account, but then they create a new one.

unkempt copper
#

Gotcha, it does sound like you might want additional identity verification then

vale flame
#

the cc fingerprint is not a bad idea as well

#

thank you

unkempt copper
#

NP!

#

The friction you want to add here depends on the severity of the problem.

vale flame
#

is there such a thing as a user fingerprint?

unkempt copper
#

There is not, no

vale flame
#

ok

#

worth a shot ๐Ÿ™‚

unkempt copper
#

That's something you might create from some of the verified outputs of an identity check, after determining your definition of same vs different person

unkempt copper
#

Anything else you need help with here @vale flame ?