@n8n-as-code/skills 2.1.0-next.46 → 2.1.0-next.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-05-11T09:39:24.221Z",
2
+ "generatedAt": "2026-05-11T10:53:22.198Z",
3
3
  "version": "1.0.0",
4
4
  "sourceUrl": "https://docs.n8n.io/llms.txt",
5
5
  "totalPages": 1279,
@@ -19681,74 +19681,6 @@
19681
19681
  },
19682
19682
  {
19683
19683
  "id": "page-0223",
19684
- "title": "Blocking nodes",
19685
- "url": "https://docs.n8n.io/hosting/securing/blocking-nodes/index.md",
19686
- "urlPath": "hosting/securing/blocking-nodes/index.md",
19687
- "category": "hosting",
19688
- "subcategory": null,
19689
- "nodeName": null,
19690
- "nodeType": null,
19691
- "content": {
19692
- "markdown": "# Block access to nodes\n\nFor security reasons, you may want to block your users from accessing or working with specific n8n nodes. This is helpful if your users might be untrustworthy.\n\nUse the `NODES_EXCLUDE` environment variable to prevent your users from accessing specific nodes.\n\n## Exclude nodes\n\nUpdate your `NODES_EXCLUDE` environment variable to include an array of strings containing any nodes you want to block your users from using.\n\nFor example, setting the variable this way:\n\n```\nNODES_EXCLUDE: \"[\\\"n8n-nodes-base.executeCommand\\\", \\\"n8n-nodes-base.readWriteFile\\\"]\"\n```\n\nBlocks the [Execute Command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/) and [Read/Write Files from Disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/) nodes.\n\nYour n8n users won't be able to search for or use these nodes.\n\n## Suggested nodes to block\n\nThe nodes that can pose security risks vary based on your use case and user profile. Here are some nodes you might want to start with:\n\n- [Execute Command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/)\n- [Read/Write Files from Disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/)\n\n## Enable nodes that are blocked by default\n\nSome nodes, like Execute Command, are blocked by default. Remove them from the exclude list to enable them:\n\n```\nNODES_EXCLUDE: \"[]\"\n```\n\n## Related resources\n\nRefer to [Nodes environment variables](../../configuration/environment-variables/nodes/) for more information on this environment variable.\n\nRefer to [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
19693
- "excerpt": "# Block access to nodes For security reasons, you may want to block your users from accessing or working with specific n8n nodes. This is helpful if your users might be untrustworthy. Use the `NODES_EXCLUDE` environment variable to prevent your users from accessing specific nodes. ## Exclude nodes Update your `NODES_EXCLUDE` environment variable to include an array of strings containing any nodes you want to block your users from using. For example, setting the variable this way: ``` NODES...",
19694
- "sections": [
19695
- {
19696
- "title": "Block access to nodes",
19697
- "level": 1,
19698
- "content": "For security reasons, you may want to block your users from accessing or working with specific n8n nodes. This is helpful if your users might be untrustworthy.\n\nUse the `NODES_EXCLUDE` environment variable to prevent your users from accessing specific nodes."
19699
- }
19700
- ]
19701
- },
19702
- "metadata": {
19703
- "keywords": [
19704
- "blocking",
19705
- "nodes",
19706
- "block",
19707
- "access",
19708
- "exclude",
19709
- "suggested",
19710
- "enable",
19711
- "that",
19712
- "blocked",
19713
- "default",
19714
- "related",
19715
- "resources"
19716
- ],
19717
- "useCases": [],
19718
- "operations": [],
19719
- "codeExamples": 2,
19720
- "complexity": "beginner",
19721
- "readingTime": "1 min",
19722
- "contentLength": 1698,
19723
- "relatedPages": []
19724
- },
19725
- "searchIndex": {
19726
- "fullText": "blocking nodes # block access to nodes\n\nfor security reasons, you may want to block your users from accessing or working with specific n8n nodes. this is helpful if your users might be untrustworthy.\n\nuse the `nodes_exclude` environment variable to prevent your users from accessing specific nodes.\n\n## exclude nodes\n\nupdate your `nodes_exclude` environment variable to include an array of strings containing any nodes you want to block your users from using.\n\nfor example, setting the variable this way:\n\n```\nnodes_exclude: \"[\\\"n8n-nodes-base.executecommand\\\", \\\"n8n-nodes-base.readwritefile\\\"]\"\n```\n\nblocks the [execute command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/) and [read/write files from disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/) nodes.\n\nyour n8n users won't be able to search for or use these nodes.\n\n## suggested nodes to block\n\nthe nodes that can pose security risks vary based on your use case and user profile. here are some nodes you might want to start with:\n\n- [execute command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/)\n- [read/write files from disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/)\n\n## enable nodes that are blocked by default\n\nsome nodes, like execute command, are blocked by default. remove them from the exclude list to enable them:\n\n```\nnodes_exclude: \"[]\"\n```\n\n## related resources\n\nrefer to [nodes environment variables](../../configuration/environment-variables/nodes/) for more information on this environment variable.\n\nrefer to [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n block access to nodes",
19727
- "importantTerms": [
19728
- "nodes",
19729
- "your",
19730
- "from",
19731
- "environment",
19732
- "base",
19733
- "block",
19734
- "users",
19735
- "variable",
19736
- "integrations",
19737
- "builtin",
19738
- "core",
19739
- "configuration",
19740
- "want",
19741
- "this",
19742
- "executecommand",
19743
- "readwritefile",
19744
- "execute",
19745
- "command",
19746
- "variables"
19747
- ]
19748
- }
19749
- },
19750
- {
19751
- "id": "page-0224",
19752
19684
  "title": "Configuring queue mode",
19753
19685
  "url": "https://docs.n8n.io/hosting/scaling/queue-mode/index.md",
19754
19686
  "urlPath": "hosting/scaling/queue-mode/index.md",
@@ -19866,6 +19798,74 @@
19866
19798
  ]
19867
19799
  }
19868
19800
  },
19801
+ {
19802
+ "id": "page-0224",
19803
+ "title": "Blocking nodes",
19804
+ "url": "https://docs.n8n.io/hosting/securing/blocking-nodes/index.md",
19805
+ "urlPath": "hosting/securing/blocking-nodes/index.md",
19806
+ "category": "hosting",
19807
+ "subcategory": null,
19808
+ "nodeName": null,
19809
+ "nodeType": null,
19810
+ "content": {
19811
+ "markdown": "# Block access to nodes\n\nFor security reasons, you may want to block your users from accessing or working with specific n8n nodes. This is helpful if your users might be untrustworthy.\n\nUse the `NODES_EXCLUDE` environment variable to prevent your users from accessing specific nodes.\n\n## Exclude nodes\n\nUpdate your `NODES_EXCLUDE` environment variable to include an array of strings containing any nodes you want to block your users from using.\n\nFor example, setting the variable this way:\n\n```\nNODES_EXCLUDE: \"[\\\"n8n-nodes-base.executeCommand\\\", \\\"n8n-nodes-base.readWriteFile\\\"]\"\n```\n\nBlocks the [Execute Command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/) and [Read/Write Files from Disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/) nodes.\n\nYour n8n users won't be able to search for or use these nodes.\n\n## Suggested nodes to block\n\nThe nodes that can pose security risks vary based on your use case and user profile. Here are some nodes you might want to start with:\n\n- [Execute Command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/)\n- [Read/Write Files from Disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/)\n\n## Enable nodes that are blocked by default\n\nSome nodes, like Execute Command, are blocked by default. Remove them from the exclude list to enable them:\n\n```\nNODES_EXCLUDE: \"[]\"\n```\n\n## Related resources\n\nRefer to [Nodes environment variables](../../configuration/environment-variables/nodes/) for more information on this environment variable.\n\nRefer to [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
19812
+ "excerpt": "# Block access to nodes For security reasons, you may want to block your users from accessing or working with specific n8n nodes. This is helpful if your users might be untrustworthy. Use the `NODES_EXCLUDE` environment variable to prevent your users from accessing specific nodes. ## Exclude nodes Update your `NODES_EXCLUDE` environment variable to include an array of strings containing any nodes you want to block your users from using. For example, setting the variable this way: ``` NODES...",
19813
+ "sections": [
19814
+ {
19815
+ "title": "Block access to nodes",
19816
+ "level": 1,
19817
+ "content": "For security reasons, you may want to block your users from accessing or working with specific n8n nodes. This is helpful if your users might be untrustworthy.\n\nUse the `NODES_EXCLUDE` environment variable to prevent your users from accessing specific nodes."
19818
+ }
19819
+ ]
19820
+ },
19821
+ "metadata": {
19822
+ "keywords": [
19823
+ "blocking",
19824
+ "nodes",
19825
+ "block",
19826
+ "access",
19827
+ "exclude",
19828
+ "suggested",
19829
+ "enable",
19830
+ "that",
19831
+ "blocked",
19832
+ "default",
19833
+ "related",
19834
+ "resources"
19835
+ ],
19836
+ "useCases": [],
19837
+ "operations": [],
19838
+ "codeExamples": 2,
19839
+ "complexity": "beginner",
19840
+ "readingTime": "1 min",
19841
+ "contentLength": 1698,
19842
+ "relatedPages": []
19843
+ },
19844
+ "searchIndex": {
19845
+ "fullText": "blocking nodes # block access to nodes\n\nfor security reasons, you may want to block your users from accessing or working with specific n8n nodes. this is helpful if your users might be untrustworthy.\n\nuse the `nodes_exclude` environment variable to prevent your users from accessing specific nodes.\n\n## exclude nodes\n\nupdate your `nodes_exclude` environment variable to include an array of strings containing any nodes you want to block your users from using.\n\nfor example, setting the variable this way:\n\n```\nnodes_exclude: \"[\\\"n8n-nodes-base.executecommand\\\", \\\"n8n-nodes-base.readwritefile\\\"]\"\n```\n\nblocks the [execute command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/) and [read/write files from disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/) nodes.\n\nyour n8n users won't be able to search for or use these nodes.\n\n## suggested nodes to block\n\nthe nodes that can pose security risks vary based on your use case and user profile. here are some nodes you might want to start with:\n\n- [execute command](../../../integrations/builtin/core-nodes/n8n-nodes-base.executecommand/)\n- [read/write files from disk](../../../integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/)\n\n## enable nodes that are blocked by default\n\nsome nodes, like execute command, are blocked by default. remove them from the exclude list to enable them:\n\n```\nnodes_exclude: \"[]\"\n```\n\n## related resources\n\nrefer to [nodes environment variables](../../configuration/environment-variables/nodes/) for more information on this environment variable.\n\nrefer to [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n block access to nodes",
19846
+ "importantTerms": [
19847
+ "nodes",
19848
+ "your",
19849
+ "from",
19850
+ "environment",
19851
+ "base",
19852
+ "block",
19853
+ "users",
19854
+ "variable",
19855
+ "integrations",
19856
+ "builtin",
19857
+ "core",
19858
+ "configuration",
19859
+ "want",
19860
+ "this",
19861
+ "executecommand",
19862
+ "readwritefile",
19863
+ "execute",
19864
+ "command",
19865
+ "variables"
19866
+ ]
19867
+ }
19868
+ },
19869
19869
  {
19870
19870
  "id": "page-0225",
19871
19871
  "title": "Disable the API",
@@ -20083,101 +20083,101 @@
20083
20083
  },
20084
20084
  {
20085
20085
  "id": "page-0228",
20086
- "title": "Restrict account registration to email-verified users",
20087
- "url": "https://docs.n8n.io/hosting/securing/restrict-by-email-verification/index.md",
20088
- "urlPath": "hosting/securing/restrict-by-email-verification/index.md",
20086
+ "title": "Overview",
20087
+ "url": "https://docs.n8n.io/hosting/securing/overview/index.md",
20088
+ "urlPath": "hosting/securing/overview/index.md",
20089
20089
  "category": "hosting",
20090
20090
  "subcategory": null,
20091
20091
  "nodeName": null,
20092
20092
  "nodeType": null,
20093
20093
  "content": {
20094
- "markdown": "# Restrict account registration to email-verified users\n\nYou can require all new accounts to be verified by email. This prevents malicious admins from registering accounts without email verification.\n\n## Prerequisites\n\n- SMTP must be set up and n8n must be able to send emails.\n\n## How to restrict account registration\n\nSet the environment variable `N8N_INVITE_LINKS_EMAIL_ONLY` to `true`. This locks down your instance so that only users with verified email addresses can register.\n\nFor more details on configuring SMTP, see [Set up SMTP](../../configuration/user-management-self-hosted/#step-one-smtp).\n",
20095
- "excerpt": "# Restrict account registration to email-verified users You can require all new accounts to be verified by email. This prevents malicious admins from registering accounts without email verification. ## Prerequisites - SMTP must be set up and n8n must be able to send emails. ## How to restrict account registration Set the environment variable `N8N_INVITE_LINKS_EMAIL_ONLY` to `true`. This locks down your instance so that only users with verified email addresses can register. For more details...",
20094
+ "markdown": "# Securing n8n\n\nSecuring your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n- Enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key that encrypts credentials and other sensitive data.\n\nYou can also protect sensitive data processed by your workflows:\n\n- [Redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [Block certain nodes](../blocking-nodes/) from being available to your users.\n- [Protect against SSRF attacks](../ssrf-protection/) to control which hosts and IP ranges workflow nodes can connect to.\n- [Restrict account registration](../restrict-by-email-verification/) to email-verified users.\n",
20095
+ "excerpt": "# Securing n8n Securing your n8n instance can take several forms. At a high level, you can: - Conduct a [security audit](../security-audit/) to identify security risks. - [Set up SSL](../set-up-ssl/) to enforce secure connections. - [Set up Single Sign-On](../set-up-sso/) for user account management. - Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users. - Enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key...",
20096
20096
  "sections": [
20097
20097
  {
20098
- "title": "Restrict account registration to email-verified users",
20098
+ "title": "Securing n8n",
20099
20099
  "level": 1,
20100
- "content": "You can require all new accounts to be verified by email. This prevents malicious admins from registering accounts without email verification."
20100
+ "content": "Securing your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n- Enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key that encrypts credentials and other sensitive data.\n\nYou can also protect sensitive data processed by your workflows:\n\n- [Redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n colle"
20101
20101
  }
20102
20102
  ]
20103
20103
  },
20104
20104
  "metadata": {
20105
20105
  "keywords": [
20106
- "restrict",
20107
- "account",
20108
- "registration",
20109
- "email",
20110
- "verified",
20111
- "users",
20112
- "prerequisites"
20106
+ "overview",
20107
+ "securing"
20113
20108
  ],
20114
20109
  "useCases": [],
20115
- "operations": [],
20110
+ "operations": [
20111
+ "- conduct a [security audit](..",
20112
+ "security-audit",
20113
+ ") to identify security risks."
20114
+ ],
20116
20115
  "codeExamples": 0,
20117
20116
  "complexity": "beginner",
20118
20117
  "readingTime": "1 min",
20119
- "contentLength": 605,
20118
+ "contentLength": 1332,
20120
20119
  "relatedPages": []
20121
20120
  },
20122
20121
  "searchIndex": {
20123
- "fullText": "restrict account registration to email-verified users # restrict account registration to email-verified users\n\nyou can require all new accounts to be verified by email. this prevents malicious admins from registering accounts without email verification.\n\n## prerequisites\n\n- smtp must be set up and n8n must be able to send emails.\n\n## how to restrict account registration\n\nset the environment variable `n8n_invite_links_email_only` to `true`. this locks down your instance so that only users with verified email addresses can register.\n\nfor more details on configuring smtp, see [set up smtp](../../configuration/user-management-self-hosted/#step-one-smtp).\n restrict account registration to email-verified users",
20122
+ "fullText": "overview # securing n8n\n\nsecuring your n8n instance can take several forms.\n\nat a high level, you can:\n\n- conduct a [security audit](../security-audit/) to identify security risks.\n- [set up ssl](../set-up-ssl/) to enforce secure connections.\n- [set up single sign-on](../set-up-sso/) for user account management.\n- use [two-factor authentication (2fa)](../../../user-management/two-factor-auth/) for your users.\n- enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key that encrypts credentials and other sensitive data.\n\nyou can also protect sensitive data processed by your workflows:\n\n- [redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nmore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [disable the public api](../disable-public-api/) if you aren't using it.\n- [opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [block certain nodes](../blocking-nodes/) from being available to your users.\n- [protect against ssrf attacks](../ssrf-protection/) to control which hosts and ip ranges workflow nodes can connect to.\n- [restrict account registration](../restrict-by-email-verification/) to email-verified users.\n securing n8n",
20124
20123
  "importantTerms": [
20125
- "email",
20126
- "verified",
20127
- "restrict",
20128
- "account",
20129
- "registration",
20124
+ "data",
20125
+ "your",
20126
+ "securing",
20127
+ "security",
20130
20128
  "users",
20131
- "smtp"
20129
+ "nodes"
20132
20130
  ]
20133
20131
  }
20134
20132
  },
20135
20133
  {
20136
20134
  "id": "page-0229",
20137
- "title": "Overview",
20138
- "url": "https://docs.n8n.io/hosting/securing/overview/index.md",
20139
- "urlPath": "hosting/securing/overview/index.md",
20135
+ "title": "Restrict account registration to email-verified users",
20136
+ "url": "https://docs.n8n.io/hosting/securing/restrict-by-email-verification/index.md",
20137
+ "urlPath": "hosting/securing/restrict-by-email-verification/index.md",
20140
20138
  "category": "hosting",
20141
20139
  "subcategory": null,
20142
20140
  "nodeName": null,
20143
20141
  "nodeType": null,
20144
20142
  "content": {
20145
- "markdown": "# Securing n8n\n\nSecuring your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n- Enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key that encrypts credentials and other sensitive data.\n\nYou can also protect sensitive data processed by your workflows:\n\n- [Redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [Block certain nodes](../blocking-nodes/) from being available to your users.\n- [Protect against SSRF attacks](../ssrf-protection/) to control which hosts and IP ranges workflow nodes can connect to.\n- [Restrict account registration](../restrict-by-email-verification/) to email-verified users.\n",
20146
- "excerpt": "# Securing n8n Securing your n8n instance can take several forms. At a high level, you can: - Conduct a [security audit](../security-audit/) to identify security risks. - [Set up SSL](../set-up-ssl/) to enforce secure connections. - [Set up Single Sign-On](../set-up-sso/) for user account management. - Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users. - Enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key...",
20143
+ "markdown": "# Restrict account registration to email-verified users\n\nYou can require all new accounts to be verified by email. This prevents malicious admins from registering accounts without email verification.\n\n## Prerequisites\n\n- SMTP must be set up and n8n must be able to send emails.\n\n## How to restrict account registration\n\nSet the environment variable `N8N_INVITE_LINKS_EMAIL_ONLY` to `true`. This locks down your instance so that only users with verified email addresses can register.\n\nFor more details on configuring SMTP, see [Set up SMTP](../../configuration/user-management-self-hosted/#step-one-smtp).\n",
20144
+ "excerpt": "# Restrict account registration to email-verified users You can require all new accounts to be verified by email. This prevents malicious admins from registering accounts without email verification. ## Prerequisites - SMTP must be set up and n8n must be able to send emails. ## How to restrict account registration Set the environment variable `N8N_INVITE_LINKS_EMAIL_ONLY` to `true`. This locks down your instance so that only users with verified email addresses can register. For more details...",
20147
20145
  "sections": [
20148
20146
  {
20149
- "title": "Securing n8n",
20147
+ "title": "Restrict account registration to email-verified users",
20150
20148
  "level": 1,
20151
- "content": "Securing your n8n instance can take several forms.\n\nAt a high level, you can:\n\n- Conduct a [security audit](../security-audit/) to identify security risks.\n- [Set up SSL](../set-up-ssl/) to enforce secure connections.\n- [Set up Single Sign-On](../set-up-sso/) for user account management.\n- Use [two-factor authentication (2FA)](../../../user-management/two-factor-auth/) for your users.\n- Enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key that encrypts credentials and other sensitive data.\n\nYou can also protect sensitive data processed by your workflows:\n\n- [Redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nMore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [Disable the public API](../disable-public-api/) if you aren't using it.\n- [Opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n colle"
20149
+ "content": "You can require all new accounts to be verified by email. This prevents malicious admins from registering accounts without email verification."
20152
20150
  }
20153
20151
  ]
20154
20152
  },
20155
20153
  "metadata": {
20156
20154
  "keywords": [
20157
- "overview",
20158
- "securing"
20155
+ "restrict",
20156
+ "account",
20157
+ "registration",
20158
+ "email",
20159
+ "verified",
20160
+ "users",
20161
+ "prerequisites"
20159
20162
  ],
20160
20163
  "useCases": [],
20161
- "operations": [
20162
- "- conduct a [security audit](..",
20163
- "security-audit",
20164
- ") to identify security risks."
20165
- ],
20164
+ "operations": [],
20166
20165
  "codeExamples": 0,
20167
20166
  "complexity": "beginner",
20168
20167
  "readingTime": "1 min",
20169
- "contentLength": 1332,
20168
+ "contentLength": 605,
20170
20169
  "relatedPages": []
20171
20170
  },
20172
20171
  "searchIndex": {
20173
- "fullText": "overview # securing n8n\n\nsecuring your n8n instance can take several forms.\n\nat a high level, you can:\n\n- conduct a [security audit](../security-audit/) to identify security risks.\n- [set up ssl](../set-up-ssl/) to enforce secure connections.\n- [set up single sign-on](../set-up-sso/) for user account management.\n- use [two-factor authentication (2fa)](../../../user-management/two-factor-auth/) for your users.\n- enable [encryption key rotation](../encryption-key-rotation/) to periodically replace the key that encrypts credentials and other sensitive data.\n\nyou can also protect sensitive data processed by your workflows:\n\n- [redact execution data](../../../workflows/executions/execution-data-redaction/) to hide input and output data from workflow executions.\n\nmore granularly, consider blocking or opting out of features or data collection you don't want:\n\n- [disable the public api](../disable-public-api/) if you aren't using it.\n- [opt out of data collection](../telemetry-opt-out/) of the anonymous data n8n collects automatically.\n- [block certain nodes](../blocking-nodes/) from being available to your users.\n- [protect against ssrf attacks](../ssrf-protection/) to control which hosts and ip ranges workflow nodes can connect to.\n- [restrict account registration](../restrict-by-email-verification/) to email-verified users.\n securing n8n",
20172
+ "fullText": "restrict account registration to email-verified users # restrict account registration to email-verified users\n\nyou can require all new accounts to be verified by email. this prevents malicious admins from registering accounts without email verification.\n\n## prerequisites\n\n- smtp must be set up and n8n must be able to send emails.\n\n## how to restrict account registration\n\nset the environment variable `n8n_invite_links_email_only` to `true`. this locks down your instance so that only users with verified email addresses can register.\n\nfor more details on configuring smtp, see [set up smtp](../../configuration/user-management-self-hosted/#step-one-smtp).\n restrict account registration to email-verified users",
20174
20173
  "importantTerms": [
20175
- "data",
20176
- "your",
20177
- "securing",
20178
- "security",
20174
+ "email",
20175
+ "verified",
20176
+ "restrict",
20177
+ "account",
20178
+ "registration",
20179
20179
  "users",
20180
- "nodes"
20180
+ "smtp"
20181
20181
  ]
20182
20182
  }
20183
20183
  },
@@ -94238,7 +94238,7 @@
94238
94238
  "page-0204",
94239
94239
  "page-0208",
94240
94240
  "page-0209",
94241
- "page-0224",
94241
+ "page-0223",
94242
94242
  "page-0731"
94243
94243
  ],
94244
94244
  "about": [
@@ -95027,7 +95027,7 @@
95027
95027
  "page-0139",
95028
95028
  "page-0178",
95029
95029
  "page-0218",
95030
- "page-0224",
95030
+ "page-0223",
95031
95031
  "page-0688",
95032
95032
  "page-0724",
95033
95033
  "page-1221",
@@ -95043,7 +95043,7 @@
95043
95043
  "page-0002",
95044
95044
  "page-0011",
95045
95045
  "page-0209",
95046
- "page-0224",
95046
+ "page-0223",
95047
95047
  "page-0728",
95048
95048
  "page-0871"
95049
95049
  ],
@@ -95062,7 +95062,7 @@
95062
95062
  "page-0209",
95063
95063
  "page-0216",
95064
95064
  "page-0217",
95065
- "page-0224",
95065
+ "page-0223",
95066
95066
  "page-0227",
95067
95067
  "page-0559",
95068
95068
  "page-0560",
@@ -95285,7 +95285,7 @@
95285
95285
  "page-0165",
95286
95286
  "page-0205",
95287
95287
  "page-0209",
95288
- "page-0228",
95288
+ "page-0229",
95289
95289
  "page-0788",
95290
95290
  "page-0810",
95291
95291
  "page-0812",
@@ -95385,7 +95385,7 @@
95385
95385
  "page-0160",
95386
95386
  "page-0185",
95387
95387
  "page-0204",
95388
- "page-0223",
95388
+ "page-0224",
95389
95389
  "page-0230",
95390
95390
  "page-0236",
95391
95391
  "page-0237",
@@ -95597,7 +95597,7 @@
95597
95597
  "page-0148",
95598
95598
  "page-0170",
95599
95599
  "page-0209",
95600
- "page-0224",
95600
+ "page-0223",
95601
95601
  "page-0693",
95602
95602
  "page-0707",
95603
95603
  "page-0713",
@@ -95979,7 +95979,7 @@
95979
95979
  ],
95980
95980
  "block": [
95981
95981
  "page-0003",
95982
- "page-0223"
95982
+ "page-0224"
95983
95983
  ],
95984
95984
  "environment": [
95985
95985
  "page-0003",
@@ -96045,7 +96045,7 @@
96045
96045
  "page-0165",
96046
96046
  "page-0204",
96047
96047
  "page-0209",
96048
- "page-0223",
96048
+ "page-0224",
96049
96049
  "page-0233",
96050
96050
  "page-0560",
96051
96051
  "page-0675",
@@ -96114,7 +96114,7 @@
96114
96114
  "page-0203",
96115
96115
  "page-0204",
96116
96116
  "page-0208",
96117
- "page-0223",
96117
+ "page-0224",
96118
96118
  "page-0233",
96119
96119
  "page-0582",
96120
96120
  "page-0674",
@@ -96193,7 +96193,7 @@
96193
96193
  "page-0212",
96194
96194
  "page-0216",
96195
96195
  "page-0218",
96196
- "page-0223",
96196
+ "page-0224",
96197
96197
  "page-0226",
96198
96198
  "page-0233",
96199
96199
  "page-0240",
@@ -96292,7 +96292,7 @@
96292
96292
  "page-0007",
96293
96293
  "page-0146",
96294
96294
  "page-0161",
96295
- "page-0224",
96295
+ "page-0223",
96296
96296
  "page-0225",
96297
96297
  "page-0234",
96298
96298
  "page-0658",
@@ -96679,7 +96679,7 @@
96679
96679
  "restrict": [
96680
96680
  "page-0003",
96681
96681
  "page-0209",
96682
- "page-0228",
96682
+ "page-0229",
96683
96683
  "page-0675"
96684
96684
  ],
96685
96685
  "bare": [
@@ -96813,7 +96813,7 @@
96813
96813
  "page-0187",
96814
96814
  "page-0209",
96815
96815
  "page-0217",
96816
- "page-0224",
96816
+ "page-0223",
96817
96817
  "page-1211",
96818
96818
  "page-1221"
96819
96819
  ],
@@ -96821,7 +96821,7 @@
96821
96821
  "page-0003",
96822
96822
  "page-0209",
96823
96823
  "page-0212",
96824
- "page-0224"
96824
+ "page-0223"
96825
96825
  ],
96826
96826
  "stalled": [
96827
96827
  "page-0003"
@@ -98115,7 +98115,7 @@
98115
98115
  "page-0204",
98116
98116
  "page-0209",
98117
98117
  "page-0212",
98118
- "page-0224",
98118
+ "page-0223",
98119
98119
  "page-0232",
98120
98120
  "page-0247",
98121
98121
  "page-0439",
@@ -98729,7 +98729,7 @@
98729
98729
  "page-0207",
98730
98730
  "page-0208",
98731
98731
  "page-0209",
98732
- "page-0224",
98732
+ "page-0223",
98733
98733
  "page-0227",
98734
98734
  "page-0232",
98735
98735
  "page-0813",
@@ -99115,7 +99115,7 @@
99115
99115
  "page-0146",
99116
99116
  "page-0200",
99117
99117
  "page-0208",
99118
- "page-0224",
99118
+ "page-0223",
99119
99119
  "page-0525",
99120
99120
  "page-0713",
99121
99121
  "page-0750",
@@ -99822,7 +99822,7 @@
99822
99822
  "page-0209",
99823
99823
  "page-0210",
99824
99824
  "page-0219",
99825
- "page-0224",
99825
+ "page-0223",
99826
99826
  "page-0521",
99827
99827
  "page-0677",
99828
99828
  "page-0750",
@@ -100751,7 +100751,7 @@
100751
100751
  "that": [
100752
100752
  "page-0015",
100753
100753
  "page-0134",
100754
- "page-0223",
100754
+ "page-0224",
100755
100755
  "page-0541",
100756
100756
  "page-0674",
100757
100757
  "page-0699"
@@ -100821,7 +100821,7 @@
100821
100821
  "page-0015",
100822
100822
  "page-0187",
100823
100823
  "page-0209",
100824
- "page-0224",
100824
+ "page-0223",
100825
100825
  "page-1172",
100826
100826
  "page-1175",
100827
100827
  "page-1220"
@@ -100899,7 +100899,7 @@
100899
100899
  "page-0135",
100900
100900
  "page-0212",
100901
100901
  "page-0220",
100902
- "page-0223",
100902
+ "page-0224",
100903
100903
  "page-0225",
100904
100904
  "page-0226",
100905
100905
  "page-0233",
@@ -101448,7 +101448,7 @@
101448
101448
  "page-0202",
101449
101449
  "page-0206",
101450
101450
  "page-0212",
101451
- "page-0223",
101451
+ "page-0224",
101452
101452
  "page-0225",
101453
101453
  "page-0226",
101454
101454
  "page-0233",
@@ -102489,7 +102489,7 @@
102489
102489
  "page-0171",
102490
102490
  "page-0213",
102491
102491
  "page-0221",
102492
- "page-0229",
102492
+ "page-0228",
102493
102493
  "page-1170",
102494
102494
  "page-1173",
102495
102495
  "page-1213",
@@ -102607,7 +102607,7 @@
102607
102607
  "page-0097",
102608
102608
  "page-0153",
102609
102609
  "page-0155",
102610
- "page-0224",
102610
+ "page-0223",
102611
102611
  "page-0226",
102612
102612
  "page-0234",
102613
102613
  "page-0713",
@@ -102968,7 +102968,7 @@
102968
102968
  "view": [
102969
102969
  "page-0024",
102970
102970
  "page-0209",
102971
- "page-0224",
102971
+ "page-0223",
102972
102972
  "page-1220",
102973
102973
  "page-1221",
102974
102974
  "page-1230",
@@ -104304,7 +104304,7 @@
104304
104304
  ],
104305
104305
  "suggested": [
104306
104306
  "page-0044",
104307
- "page-0223"
104307
+ "page-0224"
104308
104308
  ],
104309
104309
  "validate": [
104310
104310
  "page-0044"
@@ -106106,7 +106106,7 @@
106106
106106
  "processing": [
106107
106107
  "page-0082",
106108
106108
  "page-0089",
106109
- "page-0224",
106109
+ "page-0223",
106110
106110
  "page-0556",
106111
106111
  "page-0645",
106112
106112
  "page-0647",
@@ -106284,7 +106284,7 @@
106284
106284
  "page-0206",
106285
106285
  "page-0209",
106286
106286
  "page-0215",
106287
- "page-0228",
106287
+ "page-0229",
106288
106288
  "page-0558",
106289
106289
  "page-0562",
106290
106290
  "page-0566",
@@ -107699,7 +107699,7 @@
107699
107699
  "page-0187",
107700
107700
  "page-0209",
107701
107701
  "page-0222",
107702
- "page-0224",
107702
+ "page-0223",
107703
107703
  "page-0664",
107704
107704
  "page-0716",
107705
107705
  "page-1185"
@@ -107814,7 +107814,7 @@
107814
107814
  "email": [
107815
107815
  "page-0144",
107816
107816
  "page-0204",
107817
- "page-0228",
107817
+ "page-0229",
107818
107818
  "page-0665",
107819
107819
  "page-0696",
107820
107820
  "page-0877",
@@ -107841,7 +107841,7 @@
107841
107841
  "running": [
107842
107842
  "page-0146",
107843
107843
  "page-0209",
107844
- "page-0224",
107844
+ "page-0223",
107845
107845
  "page-0525",
107846
107846
  "page-0532",
107847
107847
  "page-0637",
@@ -108143,7 +108143,7 @@
108143
108143
  "configuring": [
108144
108144
  "page-0155",
108145
108145
  "page-0207",
108146
- "page-0224",
108146
+ "page-0223",
108147
108147
  "page-0713",
108148
108148
  "page-0759",
108149
108149
  "page-0867"
@@ -108195,7 +108195,7 @@
108195
108195
  ],
108196
108196
  "users": [
108197
108197
  "page-0156",
108198
- "page-0228",
108198
+ "page-0229",
108199
108199
  "page-0504",
108200
108200
  "page-0560",
108201
108201
  "page-0891",
@@ -108279,7 +108279,7 @@
108279
108279
  ],
108280
108280
  "encryption": [
108281
108281
  "page-0162",
108282
- "page-0224",
108282
+ "page-0223",
108283
108283
  "page-0226"
108284
108284
  ],
108285
108285
  "timeouts": [
@@ -108459,7 +108459,7 @@
108459
108459
  "scaling": [
108460
108460
  "page-0167",
108461
108461
  "page-0221",
108462
- "page-0224"
108462
+ "page-0223"
108463
108463
  ],
108464
108464
  "jobs": [
108465
108465
  "page-0167"
@@ -108479,7 +108479,7 @@
108479
108479
  "workers": [
108480
108480
  "page-0167",
108481
108481
  "page-0209",
108482
- "page-0224",
108482
+ "page-0223",
108483
108483
  "page-1221"
108484
108484
  ],
108485
108485
  "gauge": [
@@ -108891,7 +108891,7 @@
108891
108891
  ],
108892
108892
  "(optional)": [
108893
108893
  "page-0205",
108894
- "page-0224"
108894
+ "page-0223"
108895
108895
  ],
108896
108896
  "workspace": [
108897
108897
  "page-0205",
@@ -109099,7 +109099,7 @@
109099
109099
  ],
109100
109100
  "redis": [
109101
109101
  "page-0209",
109102
- "page-0224",
109102
+ "page-0223",
109103
109103
  "page-0435",
109104
109104
  "page-0566",
109105
109105
  "page-0618",
@@ -109187,7 +109187,7 @@
109187
109187
  ],
109188
109188
  "processors": [
109189
109189
  "page-0209",
109190
- "page-0224",
109190
+ "page-0223",
109191
109191
  "page-1218"
109192
109192
  ],
109193
109193
  "cluster)": [
@@ -109447,7 +109447,7 @@
109447
109447
  ],
109448
109448
  "recommendations": [
109449
109449
  "page-0215",
109450
- "page-0224",
109450
+ "page-0223",
109451
109451
  "page-1277"
109452
109452
  ],
109453
109453
  "backups": [
@@ -109467,7 +109467,7 @@
109467
109467
  ],
109468
109468
  "concurrency": [
109469
109469
  "page-0217",
109470
- "page-0224",
109470
+ "page-0223",
109471
109471
  "page-1211"
109472
109472
  ],
109473
109473
  "ending": [
@@ -109551,21 +109551,11 @@
109551
109551
  "factors": [
109552
109552
  "page-0222"
109553
109553
  ],
109554
- "blocking": [
109555
- "page-0223"
109556
- ],
109557
- "exclude": [
109558
- "page-0223"
109559
- ],
109560
- "blocked": [
109561
- "page-0223",
109562
- "page-0233"
109563
- ],
109564
109554
  "queues": [
109565
- "page-0224"
109555
+ "page-0223"
109566
109556
  ],
109567
109557
  "load": [
109568
- "page-0224",
109558
+ "page-0223",
109569
109559
  "page-0256",
109570
109560
  "page-0483",
109571
109561
  "page-0731",
@@ -109574,14 +109564,24 @@
109574
109564
  "page-1275"
109575
109565
  ],
109576
109566
  "balancer": [
109577
- "page-0224"
109567
+ "page-0223"
109578
109568
  ],
109579
109569
  "leader": [
109580
- "page-0224"
109570
+ "page-0223"
109581
109571
  ],
109582
109572
  "designation": [
109573
+ "page-0223"
109574
+ ],
109575
+ "blocking": [
109583
109576
  "page-0224"
109584
109577
  ],
109578
+ "exclude": [
109579
+ "page-0224"
109580
+ ],
109581
+ "blocked": [
109582
+ "page-0224",
109583
+ "page-0233"
109584
+ ],
109585
109585
  "rotation": [
109586
109586
  "page-0226"
109587
109587
  ],
@@ -109613,20 +109613,20 @@
109613
109613
  "nobody": [
109614
109614
  "page-0227"
109615
109615
  ],
109616
- "registration": [
109616
+ "securing": [
109617
109617
  "page-0228"
109618
109618
  ],
109619
+ "registration": [
109620
+ "page-0229"
109621
+ ],
109619
109622
  "verified": [
109620
- "page-0228",
109623
+ "page-0229",
109621
109624
  "page-0515",
109622
109625
  "page-1043",
109623
109626
  "page-1044",
109624
109627
  "page-1169",
109625
109628
  "page-1221"
109626
109629
  ],
109627
- "securing": [
109628
- "page-0229"
109629
- ],
109630
109630
  "report": [
109631
109631
  "page-0230",
109632
109632
  "page-1163"