diff --git a/docusaurus/docs/cms/configurations/admin-panel.md b/docusaurus/docs/cms/configurations/admin-panel.md index 35f4c8ae6d..f020dd8843 100644 --- a/docusaurus/docs/cms/configurations/admin-panel.md +++ b/docusaurus/docs/cms/configurations/admin-panel.md @@ -347,6 +347,7 @@ The forgot password functionality, including [email templating](/cms/features/us | `forgotPassword.emailTemplate` | Email template as defined in email plugin | object | Default template | | `forgotPassword.from` | Sender mail address | string | Default value defined in
your provider configuration | | `forgotPassword.replyTo` | Default address or addresses the receiver is asked to reply to | string | Default value defined in
your provider configuration | +| `forgotPassword.expiresIn` | Time-to-live for password-reset tokens. Accepts a duration in seconds or a shorthand string (e.g., `'15m'`, `'1h'`). Tokens issued before this option was configured are treated as expired and rejected. | string \| number | `'1h'` | ## Rate limiting