Hello,
We are having a bit of an issue getting out user authentication flow to work properly.
Right now, we have to create a user in the dashboard but have to make them a password. They then get an email to confirm their account.
However this is still an issue because they do not know their password. We then instruct them to go thought the “forgot my password” flow to set their actual password. This process is not exactly smooth…
Ideally the email to confirm their account would automatically bring them to the password reset page.
My thinking was that within the verification email template I could redirect to the reset password page but am having a hard time figuring out how to do this or if it is even possible?
If it is not how would you recommend handling this situation?
Any help would be greatly appreciated. Thank you!