Re: Redirect the user to a different URI for the forgot password flow
Hello, I was curious to ask if not including the client_id is the only way one can have users reach the password/complete page from password/change? My issue here is that password resets triggered from the oauth page will always contain a client_id and redirect_uri pointing at our client's oauth-redirect page. When I attempt to edit the information contained in our "reset password" link, not including a redirect_uri or directing it to my http://localhost:9011/password/complete creates errors, and I'd rather not not include the client_id since we need it for styling purposes. Is there any other way to achieve this?