axacheng / zeepool

Automatically exported from code.google.com/p/zeepool
0 stars 0 forks source link

OpenID and OAuth users making Creator entry duplicated... #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Login username should add @[$ACCOUNT_PROVIDER_NAME] 

We should figure out a way to avoid username duplication.
For example: My Google account for our system word creation is 'Axa Cheng'. 
However, my Facebook account also call 'Axa Cheng' after I logged in our system.
It'd cause db.Words.Creator misleading, and entry duplicated problem....

So, probably we could use this format to identify each of them for three 
different users ....
Axa Cheng@Google
Axa Cheng@Facebook
Axa Cheng@WeiBo

Or, we should redesign db.Words.Creator column to make it as ReferenceProperty??

Original issue reported on code.google.com by axa.ch...@gmail.com on 8 May 2012 at 5:50

GoogleCodeExporter commented 9 years ago
 it gets fixed on Revision 55d2563d2c3e and c7e12d857985

Original comment by axa.ch...@gmail.com on 9 May 2012 at 2:10