For the login Database Action Script for lazy migration, do I pass the user's password in the callback?

I see the example body of profile used in the callback here: Login Script Templates

But I don’t see any password passed along in the body. If I am trying to use the lazy migration feature with “Import Users to Auth0”, do I have to pass along a password field and password_hash in the body of profile in the ‘return callback(null, profile);’?

Hi @ashwin1

Do not pass the password. It is handled by Auth0.

John

1 Like