How to use sign up without password?

Hi @Djjsnduikemsncc,

Welcome to the Auth0 Community!

Yes, that is correct. When the change password flow is triggered, the user gets an email with a link that they can follow to reset their password. This should not require them to know their current password, only that they have access to that email address inbox. Here is a relevant doc you may find useful: Send Email Invitations for Application Signup

Let me also offer an alternative solution that enriches the profile during sign-up.

To collect additional information, like the company name, you can configure additional sign-up fields during the sign-up process.

In this approach, the user can set their desired password, pass additional information, and receive a verification link. Then if needed, you could prevent users from logging in until they have verified their email address using a Post-Login Action script.

For more information, I recommend checking out our How to configure additional signup fields on the Universal Login Page FAQ.

I hope this helps!

Please let me know how it works for you.

Thanks,
Rueben