custom reset password process

0
Hello. I 'm using deeplink to send an email to recover password of users. I have a page where users are redirecting from link in the email. In this page, users set the new password. At this point, all works fine but I need after users set the new password, by microflow or something users would login and then would be redirecting to a page like if they were loged from login page.   I don't know how to make the login process by microflow to avoid the users, after set the new password, need to enter by the login page.
asked
1 answers
0

Hi Alejandro,

 

take a look at the Forgot password module in the marketplace. The microflow “ForgotPassword.Step4_SubmitPassword” is an example of what you’re looking for.

answered