Observation: When trying to create a new organization via the new UI, either directly via from quay.io or via console.redhat.com/quay, it fails with an HTTP Error 400.
When looking at the response from the API, it contains
{"message": "Are you a bot? If not, please revalidate the captcha."}
Expected behavior:
The create organization flow includes the mandatory captcha validation to make the request pass on the quay.io API.
Actual behavior:
There is no captcha validation expected in the flow of the new UI, so the request fails.