mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Navigation fixes
This commit is contained in:
parent
d1cf2839ab
commit
e15b086b39
@ -19,4 +19,4 @@ More granularly, consider blocking or opting out of features or data collection
|
||||
* [Disable the public API](/hosting/securing/disable-public-api.md) if you aren't using it.
|
||||
* [Opt out of data collection](/hosting/securing/telemetry-opt-out.md) of the anonymous data n8n collects automatically.
|
||||
* [Block certain nodes](/hosting/securing/blocking-nodes.md) from being available to your users.
|
||||
* [Restrict account registration](hosting/securing/restrict-by-email-verification.md) to email-verified users.
|
||||
* [Restrict account registration](/hosting/securing/restrict-by-email-verification.md) to email-verified users.
|
||||
@ -16,4 +16,4 @@ You can require all new accounts to be verified by email. This prevents maliciou
|
||||
|
||||
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 on configuring SMTP, see [Set up SMTP](/hosting/configuration/user-management-self-hosted/#step-one-smtp).
|
||||
For more details on configuring SMTP, see [Set up SMTP](/hosting/configuration/user-management-self-hosted.md/#step-one-smtp).
|
||||
Loading…
Reference in New Issue
Block a user