This issue has nothing to do with the change in account creation flow. I recognize the error, and I can tell you that it’s basically a side effect of us using infintyfree.com for the main domains.
When you have your DNS at Cloudflare, the DNS records that are actually published for your domain (e.g. pylearn.eu.org) are pointing to Cloudflare, not the IP address that’s configured in Cloudflare.
Normally, if you create a CNAME record, like pointing www.pylearn.eu.org, then normally, visitors will lookup www.pylearn.eu.org, see that it has a CNAME pointing to pylearn.eu.org, get the IP address of pylearn.eu.org, and connect to that IP address.
But with Cloudflare, www.pylearn.eu.org will also point to Cloudflare’s IPs from the perspective of visitors.
If Cloudflare would then do a standard DNS lookup, then visitors connect to www.pylearn.eu.org at Cloudflare, which would lookup pylearn.eu.org, which is Cloudflare, so Cloudflare would connect to Cloudflare before going to your actual hosting account.
That’s of course not what you’d expect to happen. So Cloudflare internally looks up the IP address of pylearn.eu.org, and when a request comes in for www.pylearn.eu.org, directly connects to the actual IP address that pylearn.eu.org point so.
All of this is what you’d expect.
But what if you now pointed your domain with a CNAME record to someone else’s website on Cloudflare? Now this “sensible” approach is no longer sensible. Because that other website owner may be using Cloudflare to control access to their website. So then that other website owner wouldn’t want you to use your domain with your Cloudflare settings to connect to their backend server. That would be a huge security problem for that other website.
To plug this hole, Cloudflare doesn’t blindly grab the backend IP, it only lets you CNAME to other Cloudflare hosted websites on the same account. If the CNAME points to a domain on another account, you get this error you see here.
The domain infinityfree.com is hosted at Cloudflare. But it’s hosted on our Cloudflare account, not yours, so Cloudflare blocks these cross account lookups.
The reality is that this “CNAME to main domain” approach which we used to recommend in the past just doesn’t work with infinityfree.com main domains and never has, regardless of which DNS provider you use. You should just configure the website IP directly in your nameservers.