Skip to content

Commit

Permalink
Fix wrong link in admin panel config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Apr 3, 2024
1 parent d0f8a6f commit cdfaf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/configurations/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The `./config/admin.js` file can include the following parameters:
| `flags` | Settings to turn certain features or elements of the admin on or off | object | {} |
| `flags.nps` | Enable/Disable the Net Promoter Score popup | boolean | `true` |
| `flags.promoteEE` | Enable/Disable the promotion of Strapi Enterprise features | boolean | `true` |
| `forgotPassword` | Settings to customize the forgot password email (see [Forgot Password Email](/dev-docs/admin-panel-customization#forgotten-password-email)) | object | {} |
| `forgotPassword` | Settings to customize the forgot password email (see [Forgot Password Email](/dev-docs/plugins/users-permissions#reset-password)) | object | {} |
| `forgotPassword.emailTemplate` | Email template as defined in [email plugin](/dev-docs/plugins/email#using-the-sendtemplatedemail-function) | object | [Default template](https://github.com/strapi/strapi/blob/main/packages/core/admin/server/config/email-templates/forgot-password.js) |
| `forgotPassword.from` | Sender mail address | string | Default value defined in <br />your [provider configuration](/dev-docs/providers#configuring-providers) |
| `forgotPassword.replyTo` | Default address or addresses the receiver is asked to reply to | string | Default value defined in <br />your [provider configuration](/dev-docs/providers#configuring-providers) |
Expand Down

0 comments on commit cdfaf02

Please sign in to comment.