Files
n8n-docs/docs/hosting/securing/restrict-by-email-verification.md
2025-12-04 17:29:17 +00:00

764 B

title, description, contentType
title description contentType
Restrict account registration to email-verified users Require all new accounts to be verified by email. howto

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 on configuring SMTP, see Set up SMTP.