部署与运维
Change instance owner email
You can change the instance owner email from the UI, or from environment variables if you manage the instance owner that way.
Changing the owner email updates the existing instance owner account. It doesn't transfer ownership to another existing user or merge user accounts.
Change the owner email in the UI
- Log in as the instance owner.
- Go to Settings > Personal.
- Update the Email field.
- Select Save.
Change the owner email using environment variables
If you manage the instance owner using environment variables:
- Set
N8N_INSTANCE_OWNER_MANAGED_BY_ENVtotrue. - Set
N8N_INSTANCE_OWNER_EMAILto the new owner email. - Keep
N8N_INSTANCE_OWNER_FIRST_NAME,N8N_INSTANCE_OWNER_LAST_NAME, andN8N_INSTANCE_OWNER_PASSWORD_HASHset. - Restart n8n.
When N8N_INSTANCE_OWNER_MANAGED_BY_ENV is true, n8n reapplies the owner details on every startup. The matching UI controls become read-only.
For more information, see Manage instance settings using environment variables.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。