Open umgelurgel opened 8 years ago
Hi @umgelurgel, did you find a solution for this issue? It keeps getting logged in my sentry and I can't replicate it.
Cheers,
M
Sorry @twoblokeswithapostie , stopped working on the project where this was the problem a while back and don't remember how was this resolved.
Looks like the exception in https://github.com/brutasse/django-password-reset/blob/master/password_reset/views.py#L139 is thrown before
Reset.user
is assigned and results in a call toReset.get_form_kwargs
that tries to accessReset.user
.Exception details: