XF 2.1 Unable to disassociate a connected account

bashea11

Member
Hello, I'm having trouble with a connected account issue and I see no place to force remove the connected account from the acp. Is there any way I can remove the connected account. When I try to disassociate, it does nothing. I would ask the plugin developer but it takes about 4 months to get a reply from him. :cautious:
 
Actually I needed to force disassociate. The disassociate button wasn't working. I ended up just getting it resolved by:
  1. Logging in to phpmyadmin
  2. Finding my database
  3. Finding the table "xf_user_connected_account"
  4. Searching for the connected account that needed to be removed and deleted it.
 
Actually I needed to force disassociate. The disassociate button wasn't working. I ended up just getting it resolved by:
  1. Logging in to phpmyadmin
  2. Finding my database
  3. Finding the table "xf_user_connected_account"
  4. Searching for the connected account that needed to be removed and deleted it.
I'm having the opposite issue.

I deleted the connected account through the DB as you did above. But the users's /connected-accounts/ page is still showing the account as connected, and the disassociate button isn't working.
 
Top Bottom