Is it possible to prevent duplicate emails from signing up?

Hi @nakatatsu711,

Welcome to the Auth0 Community!

I understand you’d like to prevent signups from users that have already created an account with the same email in a different connection/provider.

It doesn’t seem possible using a hook/pre registration action due to the fact that these don’t run for any connections that are database connection (they don’t run for social connections for example).

There are some strategies outlined in this thread:

It might be worth it to create a Feature Request for this as it seems like there is some demand.