-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account details seemingly not updated properly if github account name and/or email changed while access token is invalid #1593
Comments
If you don't click on the links, then emails auto-throttle to once a month: CodeTriage/app/models/email_rate_limit.rb Line 35 in 1684bf8
Ahh, you're talking about the token warning. That's a special case. Unfortunately I can't delete what I can't find. I don't have either your old username or email in this thread. Using your info from your public github profile I definitely don't see your current info:
That's also probably why you can't log in. Did you change your name and/or email on GitHub? If so you can see how we find you here: CodeTriage/app/services/git_hub_authenticator.rb Lines 27 to 29 in 1684bf8
Gotcha. Update one of those on your github profile to the username or email (they should be in the codetriage emails). Once you do that you can log back in to CodeTriage and delete your account. Account deletions are hard deletes of all associated user data. |
Yeah, I did change my username on Github. I think I changed my email at the same time actually, on reflection. Which is an awkward thing to do, I'll grant you, but it's rare to find a service where you can't unsubscribe from emails without logging in first. I figured it was likely that one of those was used to find a profile assuming it wouldn't change, and that the fix would ideally be to use the Github account ID (retrievable from the API using a username) rather than using the username itself |
I revoked CodeTriage's access to github years ago after getting fed up of being nagged for not working on things every week. Eventually I got fed up of being nagged about CodeTriage not having access so I re-authorised. Then when it started nagging me about not doing enough coding again I remembered why I'd revoked it so I deleted my account
However, I'm still getting emails about my access token having been revoked. I notice though that they use my old Github username (changed about 3 years ago), and my old github email address.
I assume then, that somehow CodeTriage has created a new account or something when I reauthorised due to the changed username, instead of updating the existing details, such that while the new account has been deleted, the old one has not been.
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
I just want to stop being nagged daily (without simply forwarding everything from CodeTriage to /dev/null in case I use it again in future), for the love of all that's good in this world!
Your Environment
The text was updated successfully, but these errors were encountered: