-
Notifications
You must be signed in to change notification settings - Fork 308
implement account disconnect #639
Comments
+1 from @JeffSpies over on #804. |
Actually, we want to leave the account in |
+1 from @blakewatters |
+1 from @dansage in private email. |
Just verifying the +1 above |
+1 from @icyfenix. |
Verified +1! |
P.S. When the user has more than one linked account, I'm dealing with this by running:
|
+1 from @cmbeelby via Twitter DM. |
Thanks. Also just noticed when I reconnected to the correct account that Gittip request access to my private repo's (read and write) on bitbucket. Is this necessary? Not sure if you are even using that info. |
@cmbeelby That's a Bitbucket limitation: #822. :-( |
+1 from @ElijahLynn via Twitter. |
Thanks Chad! |
+1 from @jorgeam91 in private email. |
+1 from @dansup in email. |
+1 from @amorgner in email. |
+1 from me; I have two Bitbucket accounts (personal and Uni) and connected the wrong one by accident; now I can't fix that. |
@chris-morgan Try now? |
@whit537 Thanks. |
+1 from @sc0ttkclark in IRC. |
+1 from @MarcelGruenauer on Twitter (two). |
FYI, my bounty expires in 10 days. Any hope this will be fixed by then? |
@whit537 Cool. I don’t know if this is possible on Bountysource but I’d be willing to extend the deadline by a few days. Happy to see progress is being made on this year-old issue. |
@sferik Ready for review! :-) |
@whit537 It doesn’t seem to work. When I hit the “Disconnect” button, it shows me this dialog box: |
We should probably wait until #2089 gets in. It seems it is finding some problem in disconnecting but cannot report it back 😦 |
Unfortunately all I can say is that it works for me. I have just disconnected my twitter account. We don't keep logs for 400 requests because the error explanation is supposed to go the the user but it will not until we get #2089 where @whit537 and @Changaco are discussing some details. But the error can be only one of |
Added context: I'm able to disconnect Twitter, but not Venmo. |
Update: Disconnecting my Twitter, GitHub, Bitbucket, and OpenStreetMap all work successfully but disconnecting my Bountysource and Venmo accounts fails. |
I see. The merge didn't go well and we have lost the ability to delete nonsigning platforms. |
I am working on a fix. |
Ok for me with Twitter ;) Thanks :) |
@sferik Care to give it another try? The fix has been deployed, I was able to detach my Bountysource account. |
Nice job. Bounty approved. Get that money. |
@untitaker it doesn't look like you're logged in. You should see something similar to this: |
Removing |
It seems like this is behavior special to
|
Hmm, yeah that's definitely a problem. @clone1018 and I have confirmed with locally. Writing up a new ticket for this. |
Should be a simple
delete from elsewhere where platform='foo' and participant_id='bar'
(simple only because we're not storing events and computing state for this yet. :-( ) ... but we can't delete the last account.The $150 bounty on this issue has been claimed at Bountysource.
The text was updated successfully, but these errors were encountered: