Skip to content

Commit cdfaf02

Browse files
authored
Fix wrong link in admin panel config.
1 parent d0f8a6f commit cdfaf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/configurations/admin-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `./config/admin.js` file can include the following parameters:
3636
| `flags` | Settings to turn certain features or elements of the admin on or off | object | {} |
3737
| `flags.nps` | Enable/Disable the Net Promoter Score popup | boolean | `true` |
3838
| `flags.promoteEE` | Enable/Disable the promotion of Strapi Enterprise features | boolean | `true` |
39-
| `forgotPassword` | Settings to customize the forgot password email (see [Forgot Password Email](/dev-docs/admin-panel-customization#forgotten-password-email)) | object | {} |
39+
| `forgotPassword` | Settings to customize the forgot password email (see [Forgot Password Email](/dev-docs/plugins/users-permissions#reset-password)) | object | {} |
4040
| `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) |
4141
| `forgotPassword.from` | Sender mail address | string | Default value defined in <br />your [provider configuration](/dev-docs/providers#configuring-providers) |
4242
| `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) |

0 commit comments

Comments
 (0)