I am working on a Django Project and I am using django allauth. I am facing 
a problem described below:

So the current usecase is :
First a user signs with an email-Id: [email protected] through his google 
account. Then he is assigned username: abcd . After he logs out and then 
when he logs in through Dropbox with the same email id , then a new entry 
is created in social_accounts table with username: abcd2. Why so ? Is it 
possible to connect these two accounts and have a single user entry ?

(Note: The user has not yet registered through simple login method.)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cac4e67a-c25a-4c79-b33a-6beda97a094b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to