1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/endpoints/v2/test
Brandon Caton fd9a6b2e60 v2auth: Check for user before creating org (PROJQUAY-3766) (#1315)
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.
2022-05-11 13:28:34 -04:00
..