When I create a User in my test application, an email is sent to the user to create a password in order to log in successfully to the application.
In this email, there is a link to set the password. After adding the new password and click the proceed button, we are redirected to the /carbon
management page instead of /myaccount
page.
By investigating more, I found out that if I try to access My Account Page passing a query param
passwordReset=true
I get a 405 Method Not Allowed
error.
The version of wso2is is 5.11.0
What is the correct configuration so that after a user sets the password we could redirect him to log in directly to our test application or my account?