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
Likely to do with Microsoft outlook safe-link feature, that sends a head request to check the link and thereby consumes the one time verification link.
I have resolved this by adding the check if request.method == “HEAD”: return HttpResponse(“OK”) at the start of the function verify_user_and_activate.
Otherwise add an else part to the existing if request.method == “GET”, return HttpResponse(“OK”).
Email verification send an invalid link all the time
Invalid Link
This link is invalid or been used already, we cannot verify using this link.
The text was updated successfully, but these errors were encountered: