You need to sign in to do that
Don't have an account?

Page redirect not working in Community Pages
I have enabled Chatter Answers to override the change password page. This is working fine, on click of the link from email it is landing on the change password page.
In the controller of change password page, there is a redirect to another page based on certain conditions, this page redirect is not occuring.
PageReference ref = Page.resetPasswordPage;
return ref;
It seems like the page is stuck on change password page.
Both change and reset pages are added to communities.
Any information on this would be very helpful.
In the controller of change password page, there is a redirect to another page based on certain conditions, this page redirect is not occuring.
PageReference ref = Page.resetPasswordPage;
return ref;
It seems like the page is stuck on change password page.
Both change and reset pages are added to communities.
Any information on this would be very helpful.
Even i am also facing the same problem. I am redirecting the one visualforce page to another visualforce page. But it is not redirecting. All visualforce pages are assigned to user profile. Could you please help me on this issue.
Thanks in Advance.