New User Verification and Password Reset

Hi,
I’ve recently configured custom emails for our tenant which is great. We will initially be setting up users ourselves via the management console. Is it possible to trigger a ‘reset password’ for the user’s when they verify their email address?

So our flow would want to be :

a) Create a new user in the Auth0 dashboard
b) User verifies their email address
c) redirects straight to password reset

or is there a way to verify the user when they change their password in the same step?

Many thanks

Hi @Senor_Fiorano,

Thanks for reaching out to the Auth0 Community!

Unfortunately, there is not ab easy to accomplish this. You may be able to work around it using a Post Login Action script to send a user a password reset email using the Management APIs Create a password change ticket endpoint. Sadly, there is no option to do this out of the box.

There is the option to use a Post Change Password Action to verify the user.

Please let me know if you need further clarification or have any questions.

Thank you.