pennersr / django-allauth

Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.

Home Page:https://allauth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password reset from key (email) issue - invalid link - solved

SGabor111 opened this issue · comments

Hi,

When requesting password reset I get the email to click the link to reset password. The issue is when I click on the link it gives me the following issue:
The password reset link was invalid, possibly because it has already been used.

However when I copy and paste the link to the browser it works fine.

Does anyone know what is the issue here?
Thanks.

SESSION_COOKIE_SAMESITE = strict is not good when opening from gmail but with Lax it seems to be working fine

SESSION_COOKIE_SAMESITE = Lax