New user email - how to include password

If I create a new user using the Auth0 dashboard users interface, I set and verify the password. This is optimal to the workflow I want. However, I don’t see any way to include the password in an email…such as the verification email. How in the world am I supposed to get the assigned password to the end user? Am I missing a user property, I hope?

Hi @rich.harrison,

Welcome to the Community!

I would not suggest sending a password in plaintext. Instead, you can initiate a change password flow that will allow the user to set a new password. You can do this by sending the email via the auth0 template, or by generating a link directly and sending that via a custom email service.

It sounds like you are trying to work with an invite only flow. Check out the doc for that type of flow:

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