Results 1 to 1 of 1

Thread: Connect social accounts issue

Threaded View

  1. #1
    Join Date
    Mar 2011
    Location
    Ukraine, Lviv
    Posts
    12

    Exclamation Connect social accounts issue

    Steps to reproduce:
    1. User signin in to first account and presses to connect to Facebook
    2. User signin in to second account and presses to connect to the same Facebook account
    3. User signin by facebook
    4. User receives error "Your sign in information was incorrect. Please try again or sign up"

    Reason: every time you connect the same Facebook account system creates new record in "UserConnection" table. The difference is only "userId" column

    Proposal: every time you connect the same Facebook account prompt to user a message "This Facebook account is already connected. Do you want to reconnect it ?". After confirmation update userId field.

    Also it would be nice to have unique key (providerId, providerUserId) in "UserConnection" table. I already posted it :
    http://forum.springsource.org/showth...epository.sql)
    Last edited by tezavrat; Oct 24th, 2011 at 04:08 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •