How to prevent user-password when user is already registered via passwordless

Hi @bencip19 :wave:

Welcome to the Community!

You can leverage the Management API within Auth0 Pre-Registration Action to check if the user with the same email already exists in another connection, and if so, block the user from registering.

I would recommend reading over this post that details how you can do this, along with some sample code to point you in the right direction.

I hope this helps. Let me know how you get on!