Disable social connection AND not create user? Trying to prevent user duplication of custom database migrated user

Hi @mclslee,

You might be able to interrupt the creation of the profile using a pre-registration hook. We previously did something similar to prevent new signups from grabbing the username of a not-yet-migrated user. I’m not sure if this will work in conjunction with a social login though (possibly hooks only trigger for DB connections?)