mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge pull request #1062 from n8n-io/0.210.1-release-note
release note and smtp free UM
This commit is contained in:
commit
cac36b7432
@ -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
|
||||
|
||||
@ -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.<br />
|
||||
**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.<br />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user