-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API allows for duplicate Discord User accounts
to be connected to one User
#398
Comments
I think it's correct behavior that multiple user accounts on the same platform can be linked to the same user. Why disallow it? I think there might be some confusion around the seeder? In |
Perhaps (most likely) you are right. Me and Rudolf discussing this at length but I cannot remember what would be the reason to disallow it. Closing this issue. |
I'm opening this issue again. The real world usecase for this is an edge case. I have never heard about a situation where one individual is involved in one community under more than one discord user. Unless one user is some sort of test account or similar. Even though it is not technically complex to allow multiple user accounts for one platform it creates complexity elsewhere. I just opened up #402 for instance. If the rule is one user = one discord account and one telegram account then we can easily create a csv export like this:
@mattyg Wouldn't it be reasonable to say that currently: one user has one user account per platform? We can always open up the possibility for more than one account later. But I do believe it is an edge case. |
Yeah good point. Makes sense to me! |
This happens when you start with a fresh db with dummy data and then activate your account using the bot. Two Discord user accounts.
The text was updated successfully, but these errors were encountered: