Navigation fixes

This commit is contained in:
Kartik Balasubramanian 2025-11-14 14:40:03 +00:00
parent d1cf2839ab
commit e15b086b39
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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).