> ## Documentation Index
> Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# token_invalid

> Invalid or expired reset token

export const ForgotPasswordLink = ({children}) => {
  return <a href="https://platform.particle.pro/forgot-password">{children}</a>;
};

|                    |                          |
| ------------------ | ------------------------ |
| **HTTP status**    | `404 Not Found`          |
| **Error code**     | `token_invalid`          |
| **Resolve action** | `request_password_reset` |

## What happened

The password reset token is not recognized. It may have been mistyped, truncated, or belongs to a different environment.

## How to fix

<ForgotPasswordLink>Request a new password reset link</ForgotPasswordLink> to receive a fresh reset link in your email.

<Note>
  Reset tokens expire after 1 hour and can only be used once.
</Note>
