I thought this topic might have offered an answer, but it does not.
I’m new to Auth0, so I could be missing something but as is I don’t understand how the new user e-mail workflow is supposed to work. From what I can tell:
-As a dashboard admin, I create a new user and send them a verification link.
-User receives e-mail and verifies their account.
-User is taken to the login page, so they can log in to our app… With what?
By this point, our user is scratching their head, searching their e-mail for a password or a link to set a password they did not receive. They eventually have to click “I forgot my password,” which is a frustrating admission to be forced to make because they did not forget anything, they never received anything to forget in the first place. It feels like a workaround, which is a bad first-impression to give a new user to our application.
In my mind, that User Verification e-mail should send the user directly to a Reset Password screen so the user can complete the first-time login workflow. Additionally, I can’t find a link to generate the forgotten password from the admin side, I can only change it myself (without notifying the user, it seems), so I seem to have no way of alleviating this pain from the user myself.
Am I missing something obvious here?