I am working on a project and found an issue which I am unable to resolve:
When the password is changed and the change is confirmed, I want the system to go to the main page, but instead it goes to sign-in page.
I checked around but couldn’t find setting that I could adjust to get what I want.
Do I understand correctly that you are referring to the fact that after resetting the password via the Reset Password > Forgot Password flow, users are redirected to the default homepage of your app? If that is the case, I can currently suggest the following two workarounds:
Add a block on the homepage and set it to be visible only to logged-in users. Include a button on this block to redirect them to the desired page.
Use the custom code from the following community thread.
Let me know if you have further questions or need additional assistance!