how to reset password correctly? #3383
-
Hi, I'm trying to reset password through API. I'm trying to follow the document.
But i got an "Token is either invalid or has expired." error. And it seems my token form fetchme is way longer than the token on document. Where can I get right token to reset password? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@kouohhashi The token you're looking for is located in the link that is emailed to the user generated from the |
Beta Was this translation helpful? Give feedback.
@kouohhashi The token you're looking for is located in the link that is emailed to the user generated from the
/forgot-password
endpoint. Here is the forgot password section in the documentation, and here is how to configure email for your payload server.