Project:Windows Live ID Integration
Version:5.x-1.0
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

When clicking on Windows Live Identities under My Account you can select to Activate Windows Live ID which gets you to login to your Live account.
When you do that it returns to your site with the message:

Windows Live ID verified.

That is followed by

Windows Live ID already associated with a different account on this site. Please use a different ID

That accounts don't actually link together. There is only one account on the site this test was done on and thats my own.

AttachmentSize
winliveid.jpg25.11 KB

Comments

#1

are you sure you do not have another account that you tried signing up via liveid?

If not can you run the following query on your databases?

SELECT uid from authmap where module='winliveid';

This will tell you which uid the winliveid is already mapped to.. If there is nothing returned from the database then - there may be a bug in the code that you downloaded - if you see one entry with the uid the same as the user you were trying to login in as - then there may be a bug in the code - if the uid you see is different from the uid you were trying to login in as - try loggin in as that other user.

#2

Status:active» postponed (maintainer needs more info)

#3

Im getting the exact same problem it keeps saying:
Windows Live ID already associated with a different account on this site. Please use a different ID

While its not, im the first user and i didnt associate any others.

#4

can you run the followin command on your database and let me know what it returns:
SELECT uid from authmap where module='winliveid';

#5

Hi I have the same problem. It only happens if I activate it while I am logged in and accessing the link through the account area. I think its a bug and I am removing the link there for the moment until its fixed.

#6

When I am logged in with my windows live id, is it normal that I do not see the windows live id signout link but only the normal logout link?

#7

Yes. The normal logout link will jump to windows live and log you out of there. so you are able to get it to work then? I am assuming the only problem you face is when you activate the account while you are already logged into drupal.

#8

yup, I removed that part of the code and changed the text to ask the user to logout and sign in again with the Windows Live link.