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

Broken password resets #283

Open
ShureLockHomes opened this issue Jan 27, 2022 · 2 comments
Open

Broken password resets #283

ShureLockHomes opened this issue Jan 27, 2022 · 2 comments
Labels

Comments

@ShureLockHomes
Copy link

When trying to reset my password the "Reset Password" button gets stuck while loading and no email is sent. If deleting my account is easier so I can re-make it thats fine with me

I've tried on firefox, edge, mobile, and waited a couple hours

@DJtheRedstoner
Copy link
Member

DJtheRedstoner commented Jan 27, 2022

Password resets are broken on the site currently. Use curl -F "[email protected]" https://chattriggers.com/api/account/reset/request to manually send a request. After you receive the email, click the link. It will result in a 404 but you can take the token out of the url and use curl -F "password=ASecurePassword" -F "token=<the token>" https://chattriggers.com/api/account/reset/complete. Gui rest api tools such as insomnia would also work. If you require additional assistance, please ask in our discord.

@ShureLockHomes
Copy link
Author

It worked, thank you!

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

No branches or pull requests

2 participants