[Answered ]-Django password reset token doesn't work after upgrade to v3.1?

1👍

I traced this bug today and found that UWSGI is breaking it. When I launched my server using production settings without uwsgi, it worked fine.

This is an interesting catch-22 considering Django’s CSRF implementation doesn’t work properly with SSL-passthrough on sockets, from what I can tell, and now I find that tokens don’t work on HTTP-passthrough without SSL.

joy…

👤RNC

Leave a comment