> ## 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_expired

> Reset token has expired or already been used

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

|                    |                          |
| ------------------ | ------------------------ |
| **HTTP status**    | `410 Gone`               |
| **Error code**     | `token_expired`          |
| **Resolve action** | `request_password_reset` |

## What happened

The password reset token has expired (tokens are valid for 1 hour) or has already been used to reset the password.

## How to fix

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