Hi
I found the following possible bug in E-Mail verification (I did not try to reproduce it with a second account as repeating the steps would take at least a day).
Here is what I did & what happened
- Create new Account on
cloudflare.com
- Add some domains (probably unrelated)
- Wait for ~29h
- Try to use the verification link (29h old)
- Get error that the link is expired
- Click on “resend email” on the expired link page
- Get new link, click it, get a different error (link is wrong or doesnt exist, JSON response from API was
{ "success": false, "errors": [ { "code": 1000, "message": "Invalid or missing token value" } ], "messages": [], "result": null }
) - Repeat steps 6 and 7 a few times, each time getting the same error.
- Go to
https://dash.cloudflare.com/profile
, click on send email there - This link finally works