mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
764 B
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.