From b71c83d3640d05ee8cec1708d59332aa065f18a8 Mon Sep 17 00:00:00 2001 From: Deborah Date: Mon, 22 Jan 2024 13:05:30 +0000 Subject: [PATCH] Update docs/hosting/user-management-self-hosted.md --- docs/hosting/user-management-self-hosted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting/user-management-self-hosted.md b/docs/hosting/user-management-self-hosted.md index b0d49b90aed..36ef5f80f1c 100644 --- a/docs/hosting/user-management-self-hosted.md +++ b/docs/hosting/user-management-self-hosted.md @@ -60,7 +60,7 @@ To set up SMTP with n8n, configure the SMTP environment variables for your n8n i | `N8N_UM_EMAIL_TEMPLATES_INVITE` | string | Full path to your HTML email template. This overrides the default template for invite emails. | Optional | | `N8N_UM_EMAIL_TEMPLATES_PWRESET` | string | Full path to your HTML email template. This overrides the default template for password reset emails. | Optional | | `N8N_UM_EMAIL_TEMPLATES_WORKFLOW_SHARED` | String | Overrides default HTML template for notifying that a workflow was shared (use full path). | Optional | -| `N8N_UM_EMAIL_TEMPLATES_CREDENTIALS_SHARED` | String | Overrides default HTML template for notifying that credentials were shared (use full path). | Optional | +| `N8N_UM_EMAIL_TEMPLATES_CREDENTIALS_SHARED` | String | Overrides the default HTML template for notifying users that a credential was shared. Provide the full path to the template. | Optional | If your n8n instance is already running, you need to restart it to enable the new SMTP settings.