User Creation - checking for existing users

Howdy - does the user creation button in the dashboard check if the email exists based on the connection? As in it runs one of the db scripts to see if they’re in the db the connection is based on. Or does it just check against auth0 users?

1 Like

For custom database connection with import users mode OOF, Create script is always called when creating a user irrespective of user exists in auth0 or not. The script should return appropriate error in case user exists or call the callback with null. Please make sure you Login script returns unique user_id for that user.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.