From 19e866e7cf652c51ce4d8b487c5d8ca7c935804a Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 9 Jan 2023 10:25:15 +0000 Subject: [PATCH] release note and smtp free UM --- .../user-management-self-hosted.md | 7 ++++++- docs/reference/release-notes.md | 20 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/hosting/authentication/user-management-self-hosted.md b/docs/hosting/authentication/user-management-self-hosted.md index f44311083..d951cf2cb 100644 --- a/docs/hosting/authentication/user-management-self-hosted.md +++ b/docs/hosting/authentication/user-management-self-hosted.md @@ -29,7 +29,12 @@ There are three stages to set up user management in n8n: ### Step one: SMTP -You need an SMTP server for user management to send invites and password resets. Get the following information from your SMTP provider: +n8n recommends setting up an SMTP server, for user invites and password resets. + +!!! note "Optional from 0.210.1" + From version 0.210.1 onward, this step is optional. You can choose to manually copy and send invite links instead of setting up SMTP. Note that if you skip this step, users can't reset passwords. + +Get the following information from your SMTP provider: * Server name * SMTP username diff --git a/docs/reference/release-notes.md b/docs/reference/release-notes.md index 325fd486b..8ee296734 100644 --- a/docs/reference/release-notes.md +++ b/docs/reference/release-notes.md @@ -1,5 +1,25 @@ # Release notes +## n8n@0.210.1 + +View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.210.0...n8n@0.210.1){:target=_blank .external-link} for this version.
+**Release date:** 2023-01-05 + +This is a bug fix release. It also contains a new feature to support user management without SMTP set up. + +### New features + +#### Invite link for users on self-hosted n8n + +In earlier versions of self-hosted n8n, you needed SMTP set up on your n8n instance for user management to work. User management required SMTP to sent invitation emails. + +0.210.1 introduces an invite link, which you can copy and send to users manually. n8n still recommends setting up SMTP, as this is needed for password resets. + +### Bug fixes + +* Google Sheets node: fix an issue that was causing append and update operations to fail for numeric values. +* Resolve issues with external hooks. + ## n8n@0.210.0 View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.209.4...n8n@0.210.0){:target=_blank .external-link} for this version.