1104: Email Address Already in UseError 1104 is a Cloudflare account-level error that appears when trying to register or add an email address that is already associated with another Cloudflare account, or a variation of it (e.g., with dots or plus signs in Gmail-style addresses). This is not a website error that visitors see — it occurs during Cloudflare account management. Cloudflare treats email variations as the same address to prevent duplicate accounts.
Error 1104: Email Address Already in UsePOST /register HTTP/1.1
Host: dash.cloudflare.com
User-Agent: Mozilla/5.0
Content-Type: application/x-www-form-urlencoded
email=user%40example.com&password=...HTTP/1.1 400 Bad Request
Server: cloudflare
Content-Type: application/json
{"error": "1104", "message": "An account with a variation of this email address already exists. Please log in or use a different email."}Use the email address to log into Cloudflare. If an account exists, use password reset to recover access.
If you cannot recover the existing account, register with a different email address.
If you believe the email should not be registered or you need to reclaim it, contact Cloudflare support with proof of ownership.
The exact email address or a variation of it (like [email protected] vs [email protected]) is already associated with an existing Cloudflare account.
An email with plus addressing ([email protected]) is treated as the same base email ([email protected]) that already has an account.
A previous Cloudflare account using this email was closed but the email reservation was not fully released.
This reference was compiled from official RFCs, protocol specifications, and hands-on troubleshooting experience. AI tools were used primarily for formatting and organizing the content on the page.