Hello,
I have the following flow -
And admin creates a used through the auth0 dashboard, he sets an email and a password.
The user now receives a verify your account email, the problem is that the user now has no way of logging in, since he does not know the password, so the admin needs to tell him what the password is. what I would like to happen is that the password will be included in the email, is that possible?
the user receives a verification email
2.1 the user click the verify email
the user receives a reset password email
Is that correct?
And how would i achieve step 3? Do i do this under flows in the dashboard? and if so under which flow do i add this because i dont see a post verification flow.