mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
Currently when Quay is set to automatically create organizations it will check the user table for a matching username with organization set to true. This causes conflicts when a user already exists with the same username, where the check will fail and Quay will attempt to create an organization with the same name as the user. This change checks for only a matching username.