部署与运维
Verify user emails
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.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。