By Philip Westover on Tuesday, 12 August 2014
Posted in General
Replies 1
Likes 0
Views 711
Votes 0
The last page of the "I forgot my password" segment redirects users to the login page. I'd like to redirect users to a different page instead. Can that be set in an override file?
Hello Philip,

I am really sorry but unfortunately that is not configurable currently. If you need to modify this, you will want to edit the file /components/com_easysocial/views/account/view.html.php and at line 103 locate the codes below:


$this->redirect( FRoute::login( array() , false ) );


Replace the first argument with the url that you want to redirect to.
·
Wednesday, 13 August 2014 01:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post