You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I found out an error in password reset URL, that throws None type error, (500 error) when you accidentally access the URL (url/reset/2d-set-password) for the second time with a clear cache.
Instead of showing a 404 or much better a bad token request.
I tried to patch it on my project and eventually will request a pull request for my patch.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I found out an error in password reset URL, that throws None type error, (500 error) when you accidentally access the URL (url/reset/2d-set-password) for the second time with a clear cache.
Instead of showing a 404 or much better a bad token request.
I tried to patch it on my project and eventually will request a pull request for my patch.
Thanks.
The text was updated successfully, but these errors were encountered: