Replies: 1 comment 6 replies
-
I can't reproduce this. Are you sure that the user is not requesting multiple password resets? If so, only the reset link in the latest email will work. Requesting a password reset will revoke all previously requested password reset tokens. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm having issues with the password reset feature. I use the API to issue a password reset email for my user - request content:
{ "meta": { "email": "[email protected]", "deliver": true } }
The user receives an email with a link that takes him to the password reset page. The user enters a password and clicks Submit, but the action fails every time.
Failed to complete password reset: token has already been used or it has expired
I have reproduced this error on different computers using different email addresses. I am sure, that the token was not used prior to testing nor did I wait long enough for it to expire. Has anyone faced similar issues and if, what was the solution?
Regards, A.
Beta Was this translation helpful? Give feedback.
All reactions