You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/configurations/admin-panel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The `./config/admin.js` file can include the following parameters:
36
36
|`flags`| Settings to turn certain features or elements of the admin on or off | object | {} |
37
37
|`flags.nps`| Enable/Disable the Net Promoter Score popup | boolean |`true`|
38
38
|`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 | {} |
40
40
|`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)|
41
41
|`forgotPassword.from`| Sender mail address | string | Default value defined in <br />your [provider configuration](/dev-docs/providers#configuring-providers)|
42
42
|`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