existing windows live user migration

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/7/2011 11:35:59 PM
Gravatar
Total Posts 7

existing windows live user migration

I am migrating existing website to mojoportal, we had windows live authentication implemented on old site. I have setup mojoportal and everything is working. Now I am trying to migrate all existing users to new mojoportal site. All users data is migrated to mp_users and mp_userroles table correctly.

However when a new user signs in using his existing windows live account, he gets a web page titled "Register on this Site with Your Windows Live ID Account".

He has to enter UserId, Email and TimeZone

When I migrated existing users, I have populated these fields in mp_users table for each user, I was thinking that after migration, users should not get this web page and directly authenticated using their migrated existing accounts.

Is there any flag I am missing in the table so that this web page will just take migrated data from mp_users table? I already have windows live unique tokens for each user and email address, because they registered previously with the old site. The windows live application Id is unchanged, so all unique tokens for live users should be same too.

I am downloading the code to understand but if anyone knows please reply.

2/8/2011 12:29:54 AM
Gravatar
Total Posts 7

Re: existing windows live user migration

Ok, so after some more data checking, looks like I had made mistake in user's windows live unique token,

after fixing windowsliveid column value. Now migrated users are setup correctly to sign in.

Thanks!

You must sign in to post in the forums. This thread is closed to new posts.