Incorrect behaviour for some browsers with django-registration sign up flow

39 views Asked by At

I'm receiving reports of several users running into issues with a django-registration sign up flow. I'm not able to reproduce it, and I believe it's just happening for certain browsers.

The problem happens when they follow the email activation link. Although the database shows they have successfully activated their email, they see the page that says that the link has expired. It's as if they visited the activation page already and then are seeing it for the second time. Initially I thought this was user error, but several users have reported it, which makes me think there is something else up.

One user has reported it working in Firefox, but not Safari, on a desktop - and not working on iPad or iPhone.

I have used django-registration a lot so I'm surprised by this bug and am drawing blanks about what it might be down to. Anyone have any ideas?

PS This is also happening with the same site, perhaps related: Django messages faulty, but only on one particular network

0

There are 0 answers