Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docusaurus/docs/cms/configurations/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br />your provider configuration |
| `forgotPassword.replyTo` | Default address or addresses the receiver is asked to reply to | string | Default value defined in <br />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

Expand Down
Loading