Skip to content
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

Kind of an unrelated question: #14

Closed
Trxnce opened this issue Feb 15, 2023 · 13 comments · Fixed by #15
Closed

Kind of an unrelated question: #14

Trxnce opened this issue Feb 15, 2023 · 13 comments · Fixed by #15

Comments

@Trxnce
Copy link

Trxnce commented Feb 15, 2023

Is there any way to bypass the thing where it tells you that you have to reset your password to log in?

@Derpitron
Copy link
Owner

I am not sure about that. Can you please elaborate?

@Trxnce
Copy link
Author

Trxnce commented Feb 16, 2023 via email

@Derpitron
Copy link
Owner

I have not encountered this issue before.

Try to reset your password then retry.

If I may ask, how long has your account been locked out?

@Trxnce
Copy link
Author

Trxnce commented Feb 17, 2023 via email

@Derpitron
Copy link
Owner

That is such a stupid system! I regrettably do not have the time to make a complex system for password reset AND 2FA as of now, but I think it would be easy to do, if you have skills with Python and Selenium.

https://www.youtube.com/watch?v=Xjv1sY630Uc&list=PLzMcBGfZo4-n40rB1XaJ0ak1bemvlqumQ I recommend you watch this free playlist by Tech With Tim, on learning Selenium. It may help you out if you want to tackle this problem yourself.

@LuXeZs
Copy link
Collaborator

LuXeZs commented Feb 26, 2023

Is there any way to bypass the thing where it tells you that you have to reset your password to log in?

You still need help with this? I had the same problem and I've altered this a bit and got it to work for the password reset.

I'll clean it up and make it a option along side the main

@Derpitron
Copy link
Owner

If you publically release your edited version, please do submit a pull request to this repository. I can merge it in that way

@Trxnce
Copy link
Author

Trxnce commented Feb 26, 2023 via email

@Trxnce
Copy link
Author

Trxnce commented Feb 26, 2023

That would be greatly appreciated to have, I'm surprised you were able to.

@Derpitron
Copy link
Owner

This feature is soon to be added in. Check in at #15 for the progress.

@Derpitron Derpitron linked a pull request Mar 2, 2023 that will close this issue
@Trxnce
Copy link
Author

Trxnce commented Mar 2, 2023

I also have a question. Did you guys use Google Auth or something else?

@Derpitron
Copy link
Owner

Did you guys use Google Auth or something else?

I personally use a KeePass database for my passwords and OTP codes. I used to store it on Dropbox so I could use it on both my phone and computer. But, the dropbox mobile client had file syncing issues on my phone around 1 year ago, which caused total data loss. I had to roll back to an earlier version of my password database which was missing the credentials for my Discord account, including both the TOTP and backup codes for it.

I contacted Discord support for help, and they told me that they could not reset my 2fa or backup codes, leaving the account effectively locked out.

I refused to accept this, so I made this program and have been trying (yet failing) to get back my account.

@Trxnce
Copy link
Author

Trxnce commented Mar 5, 2023

Did you guys use Google Auth or something else?

I personally use a KeePass database for my passwords and OTP codes. I used to store it on Dropbox so I could use it on both my phone and computer. But, the dropbox mobile client had file syncing issues on my phone around 1 year ago, which caused total data loss. I had to roll back to an earlier version of my password database which was missing the credentials for my Discord account, including both the TOTP and backup codes for it.

I contacted Discord support for help, and they told me that they could not reset my 2fa or backup codes, leaving the account effectively locked out.

I refused to accept this, so I made this program and have been trying (yet failing) to get back my account.

I figured as much, as even just brute forcing is a very lengthy process for passwords but especially when it comes to OTPs. I've been struggling with this as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants